How can I remove the first and second headings in the Homepage heading? I want the slider to be directly beneath the menu bar.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slider-wrapper-container h1 { display:none; } .slider-wrapper-container h2 { display:none; }