Hiding Background Slider Navigation for the Themify Ultra Theme using CSS
View the site and use WordPress – Customize.
In Custom CSS enter the following:
.module_row .row-slider-dot, .module_row .row-slider-arrow{
display:none;
}
Then publish.
Note: This affects the whole site and not any single page or post.
You must log in to post a comment.