1. How do I remove the read more buttons on the home page? 2. How do I change the feature heading scroll-over color? On default it is yellow.. 3. How do I change the color of the line that seperates the Home page heading from the sliders above? It is default yellow..
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-content .read-more{ display:none; } .feature-content h1 a:hover { color:red; } .slider-wrapper{ border-bottom: 1px solid red; } Inplace of "red" put your color value.