Home › Forums › Handy Theme Support › Handy Slider Removal
- This topic has 5 replies, 2 voices, and was last updated 5 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
November 22, 2018 at 12:42 am #112132
Hi team. How can I stop showing the slider on handy theme.
In my opinion there should be an easier way (like a CLEAR button somewhere) to disable sliders on all themes as people mostly ignore them according to stats read online and they can take up resource on hosting.
Thanks
November 22, 2018 at 10:08 am #112156Hi
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.slider-main { display:none;}
Regards,
ChrisNovember 22, 2018 at 12:30 pm #112180Thanks for that Chris. I have just done it and it has worked on safari
but for some reason its still displaying on chrome… The other thing is
that there is an overlap (see: https://cl.ly/60f5daf896dc). How do I add
some padding so that there is a bit of a gap between the blue bottom
header section and the main heading and sidebar?November 22, 2018 at 12:37 pm #112183Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header-top { position:relative !important;}
Regards,
ChrisNovember 22, 2018 at 2:07 pm #112193Thanks Chris. That worked. I have now noticed though that there is a big gap on every page except the home page that looks like this: https://cl.ly/d626a817156e. How does this get fixed?
yannisNovember 26, 2018 at 11:48 am #112379Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.innerbanner { height:auto;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.