Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19367
    panselli
    Member

    this is my site http://www.wbbjj.com I ned to get the black areas of the header to be white and I also need my link mouseovers to not turn white ith my new white background. Someone please help!

    #19386
    Sakin
    Keymaster

    @panselli: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header { background: none #fff; }
    #main h2.entry-title a:hover,
    ul li a:hover, 
    ol li a:hover,
    #sidebar ul li a:hover, 
    #sidebar ol li a:hover,
    #footer a:hover {
    	color: #555;
    }
    #19387
    panselli
    Member

    Thanks! it worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header + Mouse Roll over help’ is closed to new replies.