- This topic has 3 replies, 2 voices, and was last updated 9 years, 3 months ago by .
 
Viewing 4 posts - 1 through 4 (of 4 total)
	
Viewing 4 posts - 1 through 4 (of 4 total)
	
- You must be logged in to reply to this topic.
 
Home › Forums › SKT Black/White Theme Support › [SKT Black Pro] Disabling Slider and Menu Centering
Hello,
I want to disable completely the Homepage Slider (at this moment), how can I do it?
Also, the menu I have is not vertically aligned with the logo in the section. Is there a fix for that?
Thanks
Hi Claudia,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.slider-main{display:none;}
For the menu issue kindly show us your website URL.
Regards,
Dave
Thanks for the reply; the hiding of slider works perfectly.
For the menu, I manage to change the absolute position via CSS and it works.
Okay Great 🙂
