For some reason the text links on the full width page does not change colors when you hover over it, when you click on it, it does redirect you but I would like it to change colors. Please help
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .fullwidth a:hover { color: red; } .fullwidth a { color: red; } Inplace of "red" put your color code.