I did some rearranging of things on the Homepage (front-page.php) and wondered if anyone knows how to get rid of / lessen the spacing before and after the centered line of text that reads "---------- Contribute Your Own Upstander and Help Us Celebrate the Spirit of Resistance ----------"? And while I'm at it, how do I remove that yellow line underneath the features slider? Website See attached screenshots...
For yellow border below slider Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slider-wrapper { border-bottom: none; } For spacing issue, Code: .feature-post h1 { margin-top: 0px; margin-bottom: 0px; } .feature-content { margin-top: 20px; } Thanks.
Nitesh, I haven't customized my page and would like to remove excess space as well.. http://BlueNavigators.com
@aegrant00 Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS .feature-content { margin-top: 20px; } Thanks.