I have changed the theme colour to red using the in-built setting but i want to change the body links to blue only. I have tried playing around with it but if i customise the links to blue everything else turns blue including the buttons, search bar icons etc. Would appreciate some coding help on this.
Hi,
Try with this:
.container a {
color: blue !important;
}
Can you post the link to your website please?
Regards,
Josue
Hi Josue, thanks a lot. I’m running my site on Xampp so i can’t post the link to my site.
I’ve tried your suggestion but it’s turning everything blue such as my buttons (which were white on a red background) and more importantly, the menu items blue. Can you suggest any workaround to keep it strictly to the main body of text only?
Thanks in advance.
Hey!
Try with this instead:
.avia_textblock a{
color: blue !important;
}
Cheers!
Josue
Perfect! This does the trick. Thanks v.much
You are welcome, glad we could help :)
Regards,
Josue