gray Posted April 8, 2022 Share Posted April 8, 2022 (edited) I have made a piece of text that is a link. Its just a basic html 'a href=' code. But I cannot change the initial colour of the text (its black). I go into the colour picker and highlight the text required, then select red, and accept it with the 'text colour' button. Nothing happens. I have tried changing the css for 'a href' in the custom css page, but again nothing happens. In checking the css code on a displayed page, it shows the text should be red.. .elementor-4170101 .elementor-element.elementor-element-63547da { color: #ef2300; } Any help pointing me into the right direction. Not got as far as to change the mouseover colour. Edited April 8, 2022 by gray (see edit history) Link to comment Share on other sites More sharing options...
Ress Posted April 8, 2022 Share Posted April 8, 2022 Can you provide us with the link to the store, and exactly the link in question? Link to comment Share on other sites More sharing options...
Prestachamps Posted May 26, 2022 Share Posted May 26, 2022 Hi @gray Probably another css rule overrides the one you specified so try to add the !important property after the rule: .elementor-4170101 .elementor-element.elementor-element-63547da { color: #ef2300 !important; } Cheers, Leo Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now