When using the muffin builder on the home page, we can't seem to control the colors and reviewing the CSS it looks like it is being overwritten by something. We have turned off plugins. Please advise
Ok, we see what you mean now. But in this case, all is good, because title is h2 by default and that's why the color comes from h2. If you want to set different color for this title, you must do this with custom css only.
In your reference to having to use CSS for the H! selection, I have attached the control in that shortcode that allows selection of H1 which is already selected?
Yes, we know very well that we added an option to activate h1 in subheader, but we do not have option to activate the color you are talking about. So like we wrote above, you can change it's color with custom css only. This can be done with below css:
.fancy_heading h1 { color: #FFF !important; }
Your css's for items may be overridden in Theme options > Custom CSS & JS > Custom CSS section. If you will send us url to page where css's is overwritten for "Quick Fact" items, we can have a look on it.
As we see, you used custom css to set this color, but you forgot about !important declaration and that's why color is grey. This is how your css looks like http://snag.gy/qCwQn.jpg
So please use !important declaration and all will be good.
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
what exactly is overriding? We checked your site but we do not see anything wrong.
Additionally If I use the Quick fact, it won't allow display of colors that I select, this is overridden in CSS CSS.
So please use !important declaration and all will be good.