I'm trying to change the color of the text in the Contact Area on the Home Page. I have the phone number and the working hours in white, but my email address is in grey and I would like it in white as well. Please advise.
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .index-info .index-info-two span { color: red; } Inplace of "red" you can put your color or color code. This will solve your issue.
That did not change the color of my email address in the Contact Area of my Home Page. Attached is a pic.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .index-info .index-info-two span { color: red!important; }
Hello, We have checked your website and it seems that css code is working fine, Please check your website in another browser and clear your system cache.This will solve your issue.