Home › Forums › All Other Themes › Remove Home Page Slider
- This topic has 12 replies, 2 voices, and was last updated 4 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
May 8, 2020 at 10:56 pm #151392
Hello
I have the SKT Charity Pro theme on this site. My client would like to disable the slider and make the header look like all the other pages with a static image.Also they would like to reduce the padding on that overlay behind the top menu.
Any help would be great
May 11, 2020 at 6:52 am #151497Hi,
Kindly show us your website URL so that we can assist further.
Regards,
BradMay 11, 2020 at 6:57 am #151499http://hamannfoundation.org/
May 11, 2020 at 6:59 am #151502hamannfoundation.org
May 11, 2020 at 8:25 am #151550Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header .header-inner .nav ul li a { padding: 10px 13px;} .nivoSlider img { position:relative !important;} .slider-main { min-height:350px;}
Regards,
BradMay 11, 2020 at 8:57 am #151566Well it kinda worked. THe header area is smaller but its not showing the image. Just a loading cirle.
May 11, 2020 at 12:10 pm #151632Hi,
Kindly add single image in slider.
Regards,
BradMay 18, 2020 at 7:12 am #152163Hey there. So far so good but now my client wants the menu moved all the way up so it doesn’t overlap the image.
I tried to tweak the image size several times to make it work around the menu but I didn’t have any luck. So is there anyway to reduce the padding of the menu?
May 18, 2020 at 8:22 am #152171Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.home .header-wrapper { position:relative !important;} .home .header { position:absolute !important;}
Regards,
BradMay 18, 2020 at 8:52 am #152173Didn’t seem to move the menu up: https://prntscr.com/siukft
May 18, 2020 at 11:57 am #152205Hi,
Kindly use this one:
.header-wrapper { position:relative !important;}
.header { position:absolute !important;}Regards,
BradMay 18, 2020 at 12:11 pm #152210Better. Thank you. Hopefully my client is okay with it.
May 18, 2020 at 12:32 pm #152213🙂
-
AuthorPosts
- You must be logged in to reply to this topic.