Viewing 9 reply threads
You must be logged in to reply to this topic.
Hello,
What slider are you using? Can i please see a link where is this running?
Best regards!
codeless slider, https://impactwebtesting.com/WLC/
Hello,
Please add these lines into your custom css box:
.codeless_slider_wrapper {
background-color: #E0E0E0;
}
Change the color to your need.
Best regards!
this did not effect the loading background, it still has a black background with the white loading icon over it
Hello,
It is not a problem putting it in the main css file, but we do not recommend it as i will be overwritten by future theme updates and so the changes will be lost.
Please edit the code to this:
.codeless_slider_wrapper {
background-color: #E0E0E0 !important;
}
and try to keep it in the custom css box. Let us know how it will go.
Best regards!
where do I find the custom CSS box? I can put it there if thats what you recommend
You must be logged in to reply to this topic.