This topic has 4 replies, 3 voices, and was last updated 2 years, 8 months ago ago by Olga Barlow
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?
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
but why is not using my main color the a tag ?
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
You must be logged in to reply to this topic.Log in/Sign up