text/link color on the featured post images rollover

Support Area Forums Bottega text/link color on the featured post images rollover

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #9725
    Rachelle
    Participant

    Hi,
    How can I change the text/link color on the featured post images rollover below the slider. Right now the box turns grey and the type is grey (link) so it is hard to read.
    Thanks so much.

    #9727
    Bill Robbins
    Moderator

    That’s a great question. You can change that color. Place this snippet in the Custom CSS box on the Styling tab in the Theme Options page:

    
    .boxcaption a:hover {
    	color: #ffffff;
    }
    

    Just change the #ffffff to the hex color code you’d like to use for the links (on hover).

    Let me know if you have any trouble.

    Enjoy your weekend,
    Bill

    #9728
    Rachelle
    Participant

    mmm this doesn’t seem to have an effect. Here’s the site: http://RawsheedsFusionChef.com/

    This is what I put in the custom CSS
    .boxcaption a:hover {
    color: #fffc00;
    }
    I also tried putting into the stylesheet directly. Also no effect.

    Thanks Bill!

    #9730
    Bill Robbins
    Moderator

    Sorry about that. Let’s try this variation of it instead:

    
    #features .boxcaption h4,
    #features a:hover .boxcaption h4 {
    	color: #fffc00;
    }
    

    and see if that doesn’t work a bit better for you.

    Let me know if it still gives you any trouble.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘text/link color on the featured post images rollover’ is closed to new replies.