Resolved

Ultra – SiteOrigin Headline

Ultra Theme started by Jan Mar 31, 2017 11 replies
Jan Mar 31, 2017 · 4:27 pm #6192

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

Andrew Misplon Puro Mar 31, 2017 · 4:30 pm #6193

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.

Andrew Misplon Puro Mar 31, 2017 · 4:37 pm #6195

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?

Jan Mar 31, 2017 · 4:43 pm #6196

Well that’s strange. It should be pink. I cleard the chache now.

Andrew Misplon Puro Mar 31, 2017 · 4:46 pm #6197

There is more than one Headline widget on the page, which one are you working on?

Jan Mar 31, 2017 · 4:51 pm #6198

I’ve been trying to change the colors in both widgets. But the second one more important to me.

Andrew Misplon Puro Mar 31, 2017 · 4:57 pm #6199

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?

Jan Mar 31, 2017 · 5:03 pm #6200

Yes. I changed that to the color I want. Do I have to clear the settings for the row on the right?

Andrew Misplon Puro Mar 31, 2017 · 5:21 pm #6201

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;
}
Jan Mar 31, 2017 · 5:29 pm #6203

That works. Thanks for the fast support! It’s very much appreciated!

Andrew Misplon Puro Mar 31, 2017 · 5:30 pm #6205

Super, thanks for your understanding, glad that helped to solve the problem.

12 posts