Change color read more tag button in posts.

Hi,

I want to change the color of the read more tag button in posts into color #1f76d5. Its purple at the moment and I cannot change it in appearance customizing colors. Can anyone help me with this please?

Many thanks

Rogier

Hi,

Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

.post-content .more-link {
    background: #1f76d5;
}

Let us know,

Thanks,
laranz.

Hi,

Thank you the button is the correct color now, great! However, if I move the mouse over the button or click on it the button changes back to its original color. Is it possible to avoid this?

Many thanks

Rogier

Hi,

Yes we can avoid that, remove the old code I gave, and add this new code in Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

.post-content .more-link:hover, .post-content .more-link:focus, .post-content .more-link {
    background: #1f76d5;
}

Let us know,

Thanks,
laranz.

Hi,

Works perfect, great! Thank you.
How can I change the text on the button ‘‘read more’’ into ''see more"?

Many thanks again,

Rogier