Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content img { display: none; } #content .one_fourth h3 { display: none; } This will solve your issue.
awesome that worked! is there a way to remove the text below those 4 headers as well ? basically i dont want those four little headers/photos/text at the bottom? THanks!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS To remove content Code: .one_fourth p { display: none; } To remove space in between Code: #content { margin-top: 0px; } .content-wrapper .content-info { margin-bottom: 0px; }