Hi I’m using the SiteOrigin Headline widget with the Ultra Theme. For some reason the the headlines are not displayed in the color I chose. Do you have any advice? They also don’t look much like the preview.
Thanks in advance, Jan
Hi I’m using the SiteOrigin Headline widget with the Ultra Theme. For some reason the the headlines are not displayed in the color I chose. Do you have any advice? They also don’t look much like the preview.
Thanks in advance, Jan
Hi Jan
Please, can you post a link so we can check out the problem. Thanks. Set as private reply below if you need to keep the site private.
Hi! Here is the link:
http://jangebhardt.de/toptexte-angebot/
Thanks. Ultra is styling it black (#000) and the widget is styling black too (#000) but the theme styles have great specificity. You’re using caching so that would need to be cleared to see some new changes. What colour you trying to make the headline?
Well that’s strange. It should be pink. I cleard the chache now.
There is more than one Headline widget on the page, which one are you working on?
I’ve been trying to change the colors in both widgets. But the second one more important to me.
It looks like you’re using the general widget styles panel. The Headline widget has it’s own styles within the widget. Open the Headline Widget, ignore the style controls in the Design panel on the right and instead open the Headline and then Sub Headline, below the setting HTML Tag is another setting Color, have you changed that?
Yes. I changed that to the color I want. Do I have to clear the settings for the row on the right?
The theme’s heading styling is unfortunately, overriding the widget styling due to specificity. For the moment, let’s hotfix in your Custom CSS plugin with:
/* Headline Widget */
#primary .entry-content .widget_sow-headline h2 a {
color:#ff00dc;
}
#primary .entry-content .widget_sow-headline h3 a {
color:#ff00dc;
}That works. Thanks for the fast support! It’s very much appreciated!
Super, thanks for your understanding, glad that helped to solve the problem.