PDA

View Full Version : escort flatty Account Info (membership package) font color change



Albert Keijer
October 22, 2016, 09:37 AM
Dear Users,

Can somebody help me to change color of the fonts in My Account section escort script.
The font color of membership is white and you can not read it good.
I want to change the color but where?

see image :

1905

Also with the standaard background you can hardly read this.

Regards

Albert

Pete Young
October 22, 2016, 01:15 PM
Using chrome hover over the text and right click then select inspect, once you have done that you can view the path and location of the code that you need to change, record the current colour and then select search in your cpanel for every colour the same and edit the lot at once or just change them as needed.


http://yoursite.com/templates/escort_flatty/css/style.css line 3583

my guess it is here /\ and the code you need to change is

ul.packages li > div > div > span {
display: block;
color: white;
text-shadow: 0 1px 0 rgba(0,0,0,.2);
}


and the bit you need to change is

color: white;

you can change it to

color: #373737;

or color: black;

or colur: #2b2b2b (this is the other dark colour on that page

for a blacker look or pick any colour combo you want

Albert Keijer
October 22, 2016, 01:40 PM
Thank you very much Pete,

Changed it and its good now, you made me happy :)
Great Informations

1906

Regards

Albert