Is there a way to remove the slider navigation and remove the space that will be left over once this is done?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .flex-direction-nav, .flex-pauseplay { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade
Thank you. That worked; however, there is space left over after applying this. Is there anyway to reduce this space (between the slider and the three-feature area)? Thank you. By the way, you guys are great. I really appreciate your support.
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .featurebox { margin-top: -15px; } .featurebox .featurebox_wrapper { padding-top: 10px; margin-top: -15px; } Thanks, Praveen