Hi,
Thank you for a great forum. I am using Atahualpa 3.4.6
You can find my site at http://www.paktalos.com/wordpress
I have a problem with my recent post widget styling. Please help me!!
The recent post widget don't change clicking on it as the pages widget does.
I have tried everything.
I have updated the CSS insert with:
div.widget ul {
list-style-type: none !important;
}
div.widget ul li a:link,
div.widget ul li a:visited,
div.widget ul li a:active {
border-left: 0 !important;
padding-left: 15px !important;
background: url(http://www.paktalos.com/wordpress/wp...ullet-gray.gif) left no-repeat;
}
div.widget ul li a:hover {
border-left:0 !important;
padding-left:15px !important;
color: #4177bb !important;
background: url(http://www.paktalos.com/wordpress/wp...es/bullets.gif) left no-repeat;
}
.widget ul li.current-cat a:link,
.widget ul li.current-cat a.active,
.widget ul li.current-cat a:visited,
.widget ul li.current_page_item a:link,
.widget ul li.current_page_item a:active,
.widget ul li.current_page_item a:visited {
/* leave out the next line if you want to keep the default black font color on hover,
just showing you where you would change the hover font color */
color: #4177bb !important;
border-left: 0 !important;
padding-left: 13px !important;
background: url(http://www.paktalos.com/wordpress/wp...es/bullets.gif) left no-repeat;
}
/* Reset children of CURRENT */
.widget ul li.current_page_item ul li a:link,
.widget ul li.current_page_item ul li a:visited,
.widget ul li.current_page_item ul li a:active,
.widget ul li.current_page_item ul li a:hover {
color: #666666 !important;
border-left: 0 !important;
padding-left: 15px !important;
background: url(http://www.paktalos.com/wordpress/wp...ullet-gray.gif) left no-repeat;
}