Is there a way to remove the slider at the top of the page? ALSO If I wanted to keep the slider, is there a way to customize it such as height, width, and update with latest blog posts rather than having to have set links? Thank you.
This is not possible to customize it at such extent but you can remove the slider by putting the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .slider-wrapper { display: none; } Thanks.