+ Reply to Thread
Results 1 to 3 of 3

Thread: escort flatty Account Info (membership package) font color change

  1. #1

    escort flatty Account Info (membership package) font color change

    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 :

    Schermafbeelding 2016-10-22 om 11.31.03.jpg

    Also with the standaard background you can hardly read this.

    Regards

    Albert

  2. #2
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    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.../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
    Last edited by Pete Young; October 22, 2016 at 01:17 PM.
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  3. #3
    Thank you very much Pete,

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

    Schermafbeelding 2016-10-22 om 15.38.21.jpg

    Regards

    Albert

+ Reply to Thread