Background colour is set to #fff
Set slider short code and the background of the transparent slider, is showing a light grey.
Please advise
Hello @CEG_SA,
Thanks for writing to us.
To resolve your issue, I recommend adding this custom CSS code to the Page CSS.
sr7-module-bg {
background-color: #ffffff !important;
}
Please feel free to change the color code as per your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding, you can subscribe to One, where customization questions are answered.
Hope it helps.
Thanks
Thank you, unfortunatley that did not work. I tried it in the slider css with no success and no succes via global or page css in cornerstone.
May I ask why if the slider has a transparent background, and the website background colour is set to #ffffff, why does it display on the front end as that grey colour?
Hello @CEG_SA,
By default, there is an inline background color CSS rendering by the Slider Revolution.
To get rid of that issue, you need to override the style with custom CSS code, and I noticed that you have added the wrong CSS. Please note that it is not a class, so you don’t need to add a dot before the CSS selector.
I went ahead and corrected the CSS selector, and it is working fine. Please check your site.
Thanks
I appreciate your help you champion!