Hi Support,
I would like to change the grey background to a yellow background on the WP Layerslider at the top of the page.
Thanks in advance!
Hi Wils1234!
Add this to a codeblock element in the page content.
<style type = "text/css">
#main > *:nth-child(1) {
background: red !important;
}
</style>
Cheers!
Elliott
Hi!
Thank you for the screenshot. That is the default effect of the layer slider. Unfortunately, we’re really not sure how you can change that. Please contact the layer slider support regarding that issue. If you want a static image for mobile, you can set the layer slider to hide on mobile then add another slider element on the page. Use css media queries to hide the slider on desktop and display it on mobile screens. Something like this:
http://stackoverflow.com/questions/11796297/div-show-hide-media-query
https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/
https://kriesi.at/support/topic/replace-slider-on-mobile/
https://kriesi.at/support/topic/home-page-video-on-mobile-phone/#post-449787
Regards,
Ismael