Skip to main content

css issue

I'm having trouble with the h3 a link color on the custom impression theme.

On this page (http://ursulaforcongress.nationbuilder.com/press_releases) the h3 title tag for each entry is white.

The css is set to:

h3 {
font-size: 25px;
line-height: 25px;
font-weight: $headline_weight;
font-family: $headline_font;
color: $theme_color_5;
a { color: $theme_color_1;
&:hover {
text-decoration: underline; } } }

with theme_color_5 set to #220c07

and theme_color_1 set to #d4461d

 

As you can see, neither color is set to white. Any idea might be causing the override?

 

Official response from

David, the style affecting those headlines is:

#body h3 a {
colorwhite;
}
If you modify that and paste it on your theme.scss file you should be able to modify those headlines.
Thanks,
Share this post

Showing 1 reaction

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.