- This topic has 5 replies, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Handy Theme Support › Handy Slider Removal
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
Hi
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.slider-main { display:none;}
Regards,
Chris
Thanks 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?
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header-top { position:relative !important;}
Regards,
Chris
Thanks 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?
yannis
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.innerbanner { height:auto;}
Regards,
Chris
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]