What are the hyperlinks (texts that are links) called in Xstore Styling page? There are just dark and light buttons and active buttons and framed buttons.. I would like to change the color of hyperlinks but not normal text.
This topic has 6 replies, 3 voices, and was last updated 4 years, 7 months ago ago by tuijatuulia
What are the hyperlinks (texts that are links) called in Xstore Styling page? There are just dark and light buttons and active buttons and framed buttons.. I would like to change the color of hyperlinks but not normal text.
Hello,
You can change “Main Color” in Theme Options > Styling
Regards
My Main color is green – it shows in buttons and breadcrumb trail but in links that are inside text.
Hello,
We don’t have a special option for this. Add the below code to Theme Options > Custom CSS to change the color of the links in your text
p a {
color: #99e165;
}
Regards
Thank you – I will try this.
Thank you – This worked well 🙂
The issue related to '‘How to change hyperlink color’' has been successfully resolved, and the topic is now closed for further responses