Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #129755
    Scoop
    Participant

    I have entered the following in additional CSS to change color of site-title to white and to change to red at hover:

    #site-title
    a:active{
    color: rgb(255,255,255);
    }
    #site-title
    a:link{
    color: rgb(255,255,255);
    }
    #site-title a:hover {
    color: rgb(255, 0, 0);
    }

    I looks perfect on the live preview but the site-title appears in black when I go to the live site. How do I fix?

    I am using Adventurous Pro and my website is http://www.newsforcatholics.info

    #129777
    tikaram
    Keymaster

    @scoop : Your site looks fine from my end. Please try clearing cache at your end. You may view the screen shot as it appears at my end. Let me know if the problem still persist.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘site-title color and hover color’ is closed to new replies.