- This topic has 11 replies, 2 voices, and was last updated 7 years, 8 months ago by Andrew Misplon.
- AuthorPosts
- March 31, 2017 at 4:27 pm #6192
JanParticipantHi 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
March 31, 2017 at 4:30 pm #6193
Andrew MisplonKeymasterHi 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.
March 31, 2017 at 4:34 pm #6194March 31, 2017 at 4:37 pm #6195
Andrew MisplonKeymasterThanks. 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?March 31, 2017 at 4:43 pm #6196
JanParticipantWell that’s strange. It should be pink. I cleard the chache now.
March 31, 2017 at 4:46 pm #6197
Andrew MisplonKeymasterThere is more than one Headline widget on the page, which one are you working on?
March 31, 2017 at 4:51 pm #6198
JanParticipantI’ve been trying to change the colors in both widgets. But the second one more important to me.
March 31, 2017 at 4:57 pm #6199
Andrew MisplonKeymasterIt 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?
March 31, 2017 at 5:03 pm #6200
JanParticipantYes. I changed that to the color I want. Do I have to clear the settings for the row on the right?
March 31, 2017 at 5:21 pm #6201
Andrew MisplonKeymasterThe 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; }
March 31, 2017 at 5:29 pm #6203
JanParticipantThat works. Thanks for the fast support! It’s very much appreciated!
March 31, 2017 at 5:30 pm #6205
Andrew MisplonKeymasterSuper, thanks for your understanding, glad that helped to solve the problem.
- AuthorPosts
You must be logged in to reply to this topic.