Solo theme: Changing excerpt color

I’m new to Ghost, but I’ve been a WP guy for 15 yeras.

For the life of me I can’t figure out how to change the CSS to make this text #000:

I’ve tried as a code injection:

.gh-article-excerpt { color: #000!important); }

No dice.

Anyone got any ideas? Thanks.

Try adding a space between #000 and !important. In fact, you might not even need !important. And get rid of that errant bracket after !important.

.gh-article-excerpt { color: #000 !important; }

1 Like

Thank you. Sloppy coding on my part with the extra parenthesis.

Unless it’s a caching issue, that didn’t work.

It’s often a caching issue for the first minute or two. Link the site and ibe of us can have a look if it’s still there.

1 Like

Thanks, @Cathy_Sarisky.

The site’s in private mode right now because I’m building it to replace my current WordPress one. It’s time for me to enter the world of Ghost.

1 Like