How to change button and link color on blog page

Hi there, I can’t change the colors of the author link or “read more” button on my blog page. I’ve changed the colors on every widget which has modified colors everywhere except this one page. See screenshot – color should be yellow (#efcf00)

How can I fix this?

Hi,

Those colors are mainly from the Accent Color in Appearance -> Customize -> Colors -> Accent Color, did you change those colors?

Let us know,

Thanks,
laranz.

Hi, yes, I changed those colors which worked everywhere on the website except this one page. See screenshot.

Hi,

Got it, it is just like you noted, Will forward this to the development team, for now, use this Custom CSS in Appearance -> Customize -> Additional CSS,

.post-content .more-link { background-color: #ff0000; }

Change the #ff0000 color to your desired color.

Let us know,

Thanks,
laranz.

Hey there, any help with additional code to change the author link color? The “more” button code worked well. Thanks!

Hi there,
Thanks for keeping in touch with us.

Kindly add and save the following code to Appearance > Customize > Additional CSS:

.post-content .post-meta li a {
color: #ff0000!important;
}

I hope this helps :slight_smile:

Best Regards,
Support

Im having the same probleme

here: http://vitaebouffe.com/nous-contacter/

I dont want the button to be yellow.

Also how can i take of the sharing button facebook etc?