html - Deep Customization of a Wordpress Theme CSS -
i have test site implementing wordpress theme named oxygen.now after have changed background image of theme every font color , styles hover etc need changed.
the problem if use custom css, not reflect change. in other cases shows changes. example when used hover background in css changed when used hover color did not reflect change.
my problem similar this
my sites link link
i know how use firebug identify particular css line not seem find area @ all. major problem hover color,menu color,font color.
thanks in advance.
it working fine. tried change color of menu when hover. , working. try this:
<style type="text/css"> #menu-primary ul li a:hover, #menu-primary li ul li a:hover { color: #ffc0cb !important; } </style> for example paste code in header.php , see changes.
Comments
Post a Comment