So I can't get my head around. I want to do a simple thing, change a link's color from the default blue to some custom color. I assumed falsely that the theme gets the global color settings either from elementor (but we need to turn it off, so I guess not from there) or from the customizer (again, not working) seems like just a hardcoded value?
https://stage.fonixvet.hu/ "Read More" links are: #00a6e7; and that is the default setting in customizer > style > Main color. If I change that, nothing happens.
Unfortunately the CSS is not being able to override it for the reason of Autoptimize, there is nothing wrong no worries, you can simply add the following style and it will change the color of all links.
a:not(button),
.elementor a {
color: your_color; }
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
So I can't get my head around. I want to do a simple thing, change a link's color from the default blue to some custom color. I assumed falsely that the theme gets the global color settings either from elementor (but we need to turn it off, so I guess not from there) or from the customizer (again, not working) seems like just a hardcoded value?
https://stage.fonixvet.hu/ "Read More" links are: #00a6e7; and that is the default setting in customizer > style > Main color. If I change that, nothing happens.
Hi,
Unfortunately the CSS is not being able to override it for the reason of Autoptimize, there is nothing wrong no worries, you can simply add the following style and it will change the color of all links.
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Sweet, worked!
You are welcome anytime, feel free to ask for anything you need
If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.
Kind Regards,
NeuronThemes
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.