News:

Wondering if this will always be free?  See why free is better.

Main Menu

Help with link text colour in 2.1

Started by lurkalot, September 27, 2020, 10:41:21 AM

Previous topic - Next topic

lurkalot

I'm just experimenting with themes again for 2.1 RC3 just to see how things have changed since RC1, and having a bit of trouble with these link colours.  They have the same colour as the other Orange links on the page but these ones look horrible like there's some sort of effect applied to them, and they are paler in colour to the rest.

Can someone give me an idiots guide please?

SychO

they have a text-shadow effect


.navigate_section ul li {
    float: left;
    padding-bottom: 3px;
    line-height: 1.1em;
    color: #444;
    text-shadow: 1px 1px 0 #fff;
}


just remove the text shadow property
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

lurkalot

Quote from: SychO on September 27, 2020, 11:04:05 AM
they have a text-shadow effect


.navigate_section ul li {
    float: left;
    padding-bottom: 3px;
    line-height: 1.1em;
    color: #444;
    text-shadow: 1px 1px 0 #fff;
}


just remove the text shadow property

Thanks Sycho.  I'll try that again, I say that because I'm pretty sure I already did, and cleared browser cache etc.  But now I know for sure I'll test in a different browser..  Thank you.  ;)

lurkalot


Advertisement: