Influence theme Inline styles
Hi, I have installed Influence theme and Influence plus. I have used css editor to change the background transparency of the site-header style. Subsequently I have used customise to make some changes, which seem to appear as inline styles which take precedence over syle.css. I have returned everything to Default in Customise, but the inline style still remains. How can I now remove or edit the Inline style settings?
Thank you
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Richard
On the whole Customizer styles will only print if the value is different to default. The exception seems to be:
.site-header{ background-color: #ffffff; background-color: rgba(255,255,255, 0.86)}That’s the only non font-related inline style you have. If you want to set that yourself using Custom CSS and your Custom CSS comes before the Customizer styles, you could use !important to override the Customizer:
http://css-tricks.com/when-using-important-is-the-right-choice/
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.