I've managed to remove the homepage tagline and button using the following code Code: .content_info{ display:none; } .content-info-btn{ display:none; } But I can't see what i'd need to add for the horizontal line below and the one below that would divide the first and second sections (i've also hidden the second feature) http://shared.sfx-hosting.co.uk/fergussons/ or www.fergussons-accountancy.co.uk (if the DNS has propagated) Thanks Jamie
Hi , For removing Top and bottom horizontal line of feature box use following code: Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS .top_content_wrapper { background:none; } .feature_box { background:none; } Please use Following code for putting horizontal line below the feature box Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS .feature_inner_box { border-bottom:solid 1px #000000; } Thanks