How do I remove or disable the home page feature images? I may want to add some in the future, but for now I don't want them to appear on my website. Thank you.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS 1) Code: .advertisement_container .advertisement_content ul { display: none;} .advertisement_container { padding: 0; } 2) Code: .flexslider .slides .content a.btn-2{display:none;} 3) Open front-page.php and make changes as shown in image.
Thank you so much the first two answers worked just great. The answer to the third question about the post buttons text worked, the text was changed, but now the button box is no longer there, all I see is the text.