Currently, I have the color BLACK on both sides of the video. How do I change the background color from black to #fbfbfb?
Thanks
Hi fightforcreativity,
Please try the following in Quick CSS under Enfold–>General Styling:
#top .av-video-slide .avia-slide-wrap {
background: #fbfbfb url("../images/layout/preload-dark-grey-big.gif") no-repeat center center !important;
}
Regards,
Rikard
Thanks anyway to change it per the page? Thanks
Hey!
You can drag a codeblock element to each page that you want to use it on and add this inside it.
<style type = "text/css">
paste your CSS code here
</style>
Cheers!
Elliott