Colours of Links are completely different on client machine

This topic has 2 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Rose Tyler

  • Avatar: htb
    htb
    Participant
    July 25, 2021 at 06:05

    Colours of Links are completely different on client machine – how to fix the css ?
    client machine is explorer on windows mine is a mac with firefox …my default colours
    clients image - colours of links etc

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 25, 2021 at 11:04

    Hello,

    Theme Options > Speed Optimization > Old Browser Support > On, clear cache of explorer browser and check then, or try to add the next code in Theme Options > Theme custom CSS:

    a {
        color: white;
    }
    .content-product .button {
        background-color: #555555;
        color: white;
    }
    .content-product .button:hover {
        background-color: #ffc500;
        color: white;
    }
    .select2.select2-container--default .select2-selection--single, select {
        background-color: #1e1e1e;
    }

    clear cache and check the result. Let us know

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.