Button color not changing

I’ve changed the button color in “buttons” in the Pro Editor, however my “read more” and hover have not changed on my blog and single blog post page. They are still a turquoise/ green color. Please advise. Thanks.

Hello Nathan,

Thanks for asking. :slight_smile:

You can add following CSS under Pro > Theme Options > CSS:

.amazingcarousel-readmore button:hover {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

1 Like

Hey Nathan,

Your response has been withdrawn. Is your issue resolved already?

Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.