CSS Tips Request: Changing Link Font Colors

Darter02Darter02 Registered Users Posts: 947 Major grins
edited August 8, 2013 in SmugMug Customization
I've been trying to get my embedded links in the HTML editor to change to a different color. I am also trying to get text links in gallery descriptions to change as well.

Here's a gallery sample.

The only sample I have for the HTML page is my Wedding Services page, and it's a bit too long to ask anyone to actually look at, at least those who aren't brides to be...

I'm hoping the CSS for the linked page will work for the other.

Comments

  • AllenAllen Registered Users Posts: 10,008 Major grins
    edited August 8, 2013
    Darter02 wrote: »
    I've been trying to get my embedded links in the HTML editor to change to a different color. ...
    Put this in the html box CSS tab.
    a {
      color: #fff;
    }
    
    a:hover {
      color: #ccc;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Darter02Darter02 Registered Users Posts: 947 Major grins
    edited August 8, 2013
    As always, you rock! I need to find a list of CSS formatting codes to use in that tab for all contingencies...
Sign In or Register to comment.