Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Giannis Maroulis Friend
    #185116

    Hi all,

    I am looking a way to change the default colors, especially the highlighted text which turns blue?
    See the attached image….

    Thanks
    Regards


    1. highlight

    Giannis Maroulis

    Ninja Lead Moderator
    #484150

    I tried to access your site: http://www.civitasglobal.bg but it seems to be in offline mode.

    You can go Article appear with Privacy Policy page and user Editor form to change it.

    Giannis Maroulis Friend
    #484247

    Hello,

    Thanks for the reply, my intention is to change the highlight color not the font color, does that change from the editor??

    When a user select the text to copy it, this selection highlight color is by default blue i want to change it….
    Sorry if i didnt not make my self understandable :((, is there a possible way to achieve that

    Giannis Maroulis

    Ninja Lead Moderator
    #484384

    You can do that this way

    Open templates/ja_norite/css/template.css file
    add new script below

    ::selection {
    background: #de3068 /* Safari */
    color: #fff
    }
    ::-moz-selection {
    background: #de3068 /* Firefox */
    color: #fff
    }

    Let me know if it helps

    Giannis Maroulis Friend
    #485388

    Thanks again for your reply but unfortunately didn’t work…. any other suggestion please?

    Regards

    Giannis Maroulis

    Ninja Lead Moderator
    #485524

    <em>@maroulis 362934 wrote:</em><blockquote>Thanks again for your reply but unfortunately didn’t work…. any other suggestion please?

    Regards</blockquote>

    Do you have clear cache on Admin area after changed? If you have still face the same problem, you can pm me with URL and admin access on your site, I shall help you out

    Giannis Maroulis Friend
    #485591

    Hello Ninja Lead

    I have PM you with an account details….

    Regards

    Giannis Maroulis

    Ninja Lead Moderator
    #485670

    <em>@maroulis 363202 wrote:</em><blockquote>Hello Ninja Lead

    I have PM you with an account details….

    Regards</blockquote>

    I’m so sorry, this is my fault, I was missing to put both semicolons in my previous post solution but I fixed it on your site

    Open templates/ja_norite/css/template.css file
    from

    ::selection {
    background: #de3068 /* Safari */
    color: #fff
    }
    ::-moz-selection {
    background: #de3068 /* Firefox */
    color: #fff
    }

    change to

    ::selection {
    background: #de3068; /* Safari */
    color: #fff
    }
    ::-moz-selection {
    background: #de3068; /* Firefox */
    color: #fff
    }

    Please check it on your site again

    Giannis Maroulis Friend
    #485796

    Sure you did…. but also you did a great job

    Thanks for all your effort
    Kind Regards

    Giannis Maroulis

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  Giannis Maroulis 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum