I would like to remove the "From the blog" and "Recent Work" from the front page of a site I'm working on - www.7750wisconsinavenue.net. I'm presuming I just need to put in some css in teh styling options, but don't know what they are called.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: ..bottom-feature .bottom-feature-left h1 { display: none; } .bottom-feature .bottom-feature-right h1 { display: none; }
I copy and pasted exactly the code you have above, but it did not work. Is there something I missed? I removed the ".." and "h1" and then it removed the blog posts and video. I still need to figure out how to get rid of "Recent Projects"
OK I know this post is going to confuse people that are new to this so... If you need the corrected proper code here it is: .bottom-feature .bottom-feature-left { display: none; } .bottom-feature .bottom-feature-right { display: none; }