Link colors dark but defined light on main color of site

This topic has 4 replies, 3 voices, and was last updated 2 years, 1 months ago ago by Olga Barlow

  • Avatar: La Tienda Vinos
    La Tienda Vinos
    Participant
    March 13, 2022 at 05:02

    xstore.min.css

    a {
    text-decoration: none;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    cursor: pointer;
    color: var(–et_link-color);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    }

    where –et_link-color: var(–et_dark-2-white);

    –et_dark-2-white: #222;

    where can i change this from theme apparience?

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 13, 2022 at 07:55

    Hello,

    Try to activate Dark Version in Theme Options > Styling/Colors. If this is not what you are looking for, use custom CSS code in Theme Options > Theme custom CSS or in style.css file of your child theme:
    for example –

    a {
        color: red !important;
    }

    Regards

    Avatar: La Tienda Vinos
    La Tienda Vinos
    Participant
    March 14, 2022 at 20:07

    but why is not using my main color the a tag ?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 15, 2022 at 19:10

    Hello,

    We use the color depending on the theme design. If you want to change that you can use custom CSS that we provided.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.