Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41855
    Danielle
    Member

    I have tried changing the hover color in every area of the menu / title/ content, blah blah and nothing changing the site title hover color from green. What am I missing?

    #41859
    Sakin
    Keymaster

    @Danielle: Can you post in your site URL and then I will check in.

    For Site title hover color: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box

    #site-title a:hover,
    #site-title a:focus,
    #site-title a:active {
    	color: #7c9b30;
    }

    For menu color, you can go to “Appearance => Theme Options => Color Options => Menu Color Options”, change the color as per your need and save changes.

    For content color, you can go to “Appearance => Theme Options => Color Options => Site Color Options”

    #41862
    Danielle
    Member

    that worked thanks. the site I’m working on is personalwardrobeconsultant.com
    Im now trying to figure out the reason the text is not centered under my featured content….

    #41868
    Sakin
    Keymaster

    @@Danielle: Your text under Featured Content is aligned center. But your image is aligned left and your image with is small for 3 column layout. So, either you need to center your images or need to upload the larger image. If you want to center images, then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #featured-post img.wp-post-image { margin: 0 auto; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Site Title Hover Color’ is closed to new replies.