Options

change text color in content block when mouse over ?

MenBrialMenBrial Registered Users Posts: 69 Big grins
edited August 14, 2013 in SmugMug Customization
How can i do that ?

I tried Menu/Basic/Text color : Default , Emphasized , Muted , Accent....

With no result ( with Accent text change to green)

Any Ideas ?

Thanks all

Comments

  • Options
    MenBrialMenBrial Registered Users Posts: 69 Big grins
    edited August 14, 2013
    Any help from anybody on this ?????
  • Options
    jwashburnjwashburn Registered Users Posts: 476 Major grins
    edited August 14, 2013
    MenBrial wrote: »
    Any help from anybody on this ?????


    You need to add custom CSS for something like this.

    Do a quick google search for "change text color on mouseover with css" you will find a bunch of articles.

    I assume this is for a link of some sort

    Your text would look something like this

    Blah blah blah <a class="hovercolor">this text will turn yellow</a> blah blah blah

    and you would have css for the class "hovercolor

    a.hovercolor:hover {
    color: yellow ;
    }
  • Options
    MenBrialMenBrial Registered Users Posts: 69 Big grins
    edited August 14, 2013
    Thank you Joey , no you dont need css you have to click on the Mute options ....but there is a bug it doesnt work on my homepage ( it does work on the other pages on my site )
Sign In or Register to comment.