Read More Button Colors - How to Change in Shapely

Hello, I have adjusted all the theme options on colors of buttons, but they don’t seem to be “taking” for both links on the site as well as the read more buttons. Can you help me change them to yellow? (this color: FFCF58)

This site: http://rodgers (-) couns (-) eling.com/blog/

(please remove the (-) and keep replies private if using URL thank you!)

Warmly,
Kim

Thank you in advance!

hey there

i hope you are doing well today :slight_smile:

Please use this css in appearance >customize > additional css:

.post-content .more-link:hover {
background: #FFCF58;
}
.post-content .more-link {
background: #FFCF58;
}

Let me know if this code worked