I would like to remove the two buttons from the Home Page, i.e. Slide * Text For First Button, Slide * Text For Second Button. Thank you.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slide .entry { display: none; }
Thanks. Buttons removed. But the text descriptions are also removed. 1. So my question is how to keep text description without buttons. 2. Or how to make the slide image full page width and make the left and right arrows smaller or more transprant? http://223.4.158.139/ Thanks again.
1.For your first issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: a.btn-1, a.btn-2{ background-image:none; } a.btn-1:hover, a.btn-2:hover{ background-image:none; } 2.Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry. If this isn't something you're able to do then you would need to hire a developer for this. Take care.