How to change colour on the sides of Metaslider?
Hello
I cannot find the option to change the colour on the left and right sides of the slider on home page. The page in question is http://fysioiva.fi/
Site background colour is currently #FCFCFC, and the colour on the sliders sides is #EEEEEE, which looks quite bad.
I’m using Vantage (premium) with sitebuilder and metaslider installed.
URL: http://fysioiva.fi/
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Found the answer already. Solution was to modify style.css like this:
#main-slider {
line-height: 0;
background: #FCFCFC;
}
Hi Mikael
Nearly there, just rather insert that selector under Appearance > Custom CSS:
#main-slider { background: #FCFCFC; }style.css along with all theme files get overwritten during updates hence the need to paste the selector under Custom CSS.
Okay, thanks a lot for the tip :)
For sure!
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.