Hi, How do I change the link color on my homepage: www.havenhomeorganizing.com? I don't need to change the link color in the footer or menu. Thanks.
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slider-info p a { color: red; } .slider-info p a:hover { color: orange; } .index-fullwidth p a { color: red; } .index-fullwidth p a:hover { color: orange; } Inplace of "red" and "orange" you can put your color or color code. This will solve your issue.