Options

Home page text color

Dave17Dave17 Registered Users Posts: 86 Big grins
edited September 4, 2014 in SmugMug Customization
Finally upgraded to the new Smugmug.

http://www.DaveArnoldPhotography.com


Below the pictures on the the homepage I have a text box "Lastest Gallery Uploaded:" which appears as white text. When I add a gallery name as a link the text color of the link changes to a dark blue making it unreadable.

How can I change the color of the text for this link?

Thanks,

--Dave
--Dave

Comments

  • Options
    bobbyherobobbyhero Registered Users Posts: 207 Major grins
    edited September 4, 2014
    Try this:
    .sm-page-layout-column .yui3-u a {
      color:#FFFFFF !important;
    }
    
  • Options
    basfltbasflt Registered Users Posts: 1,882 Major grins
    edited September 4, 2014
    or ;
    .sm-user-ui .sm-page-widget-text a, .sm-user-ui .sm-page-widget-text  {
        color: #FFFFFF ;
    }
    
  • Options
    Dave17Dave17 Registered Users Posts: 86 Big grins
    edited September 4, 2014
    One more question
    Thanks so much - that worked great.

    If I wanted to "highlight" the link once the cursor moves over the link, what CCS code would I add?
    --Dave
  • Options
    Dave17Dave17 Registered Users Posts: 86 Big grins
    edited September 4, 2014
    Nevermind - I figured it out.

    Thanks for your help.

    --Dave
    --Dave
  • Options
    Dave17Dave17 Registered Users Posts: 86 Big grins
    edited September 4, 2014
    BTW - this is what I used.

    a:hover {
    background-color: blue;
    }

    Is this code going to cause me any problems?

    Thanks,

    -Dave
    --Dave
Sign In or Register to comment.