Edit Read More text on button

Please provide CSS to edit this button. Thanks

Hello there,

I hope you are doing well today.

You can use the following CSS code to edit the button color by going to Appearance > Customize > Additional CSS and pasting it there.

/*Button color*/ .image-bg .btn.btn-filled { background: red; color: #fff; border-color: red; }

.page .image-bg .btn.btn-filled {
background: blue;
color: #fff;
border-color: blue;
}

If this does not work, please provide a link to your website so that I can inspect it.

Best Regards,
Support