Site logo

Archived topic

Read More Container - Edit color?

9 replies · Started by Carol on October 2, 2019

Viewing posts 1–10 of 10

I want to edit the "read-more-container" in the Marketer template, and assign color #00C83B

Where can I do that?

Thank you!

Hi there,

Would changing the background color in Customizer > Color > Content work for you?

Let me know :)

No, there is no option to customize font color of just that one element...

I guess I'll try to use CSSHero plugin.

Thanks anyway.

Ahh you are trying to change the read more link?

If so try this CSS:

.inside-article a.read-more, .inside-article a.read-more:visited {
    color: #00C83B;
}

Don't use CSSHero yet.

Yes, that worked!! Thank you so much!!

No problem :)

Had this set to "Resolved" but something went wonky with this -- color is not green anymore.

It shows blue.

The CSS code is:

a.read-more {
color: #00C83B;
font-weight: 600;
font-size: 15px;
}

The problem may be that I have color set to blue for link under customizing content.

However, when this CSS code was first introduced, it did show up as green.

Now it doesn't.

What do you see?

In preview in customizer in WP, it shows green.

On page it shows blue, but flashes green when you hover.

I cleared browser cache and also cache on my hosting.

Thank you.

Carol

X80Ws+031v45

PERFECT!

Thank you so much!

:-)

No problem :)

This archived topic is closed to new replies.