- This topic has 3 replies, 2 voices, and was last updated 2 years, 6 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 › All Other Themes › Disable Slider on Mobile
Is it possible to disable the slider on mobile for the yacht WP theme? and possibly have a hero banner image instead?
my site is https://www.cominoferryservice.com/
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
#home_slider {
position: relative;
height: 200px;
background-image: url("https://www.cominoferryservice.com/wp-content/themes/yacht-cruise/images/slides/slider1.jpg");
background-size: 100%;
}
.slider-main {
display: none;
}
}
Regards,
Dave
thanks, that worked
Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Dave
Are you looking for the best WordPress themes like Hemingway? This post covers the top minimalist themes for bloggers, writers, and content creators who want […]
Are you searching for the best WordPress themes for coronavirus-related websites? This post highlights the top themes designed for healthcare organizations, COVID-19 information sites, and […]
Are you looking for the best WordPress themes for shopping? This post showcases the top themes for eCommerce businesses, fashion boutiques, and online retailers. These […]