How do I change the image with text component button colour? DAWN THEME

How do I change the button colour to black and the button font color to white in the Image With Text Component on my home page, Please refer to the image below for clarification

URL: ABBASI (abbasigems.com)

Password: testingpage

Go to the homepage and scroll to the middle part to see the component,

Thank you, any help or sources are much appreciated!

Hi @justauser

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file → Save

a[href=“/collections/blue-sapphires”] {

background: black !important;

color: white !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

@justauser Go to assetes/component-image-with-text.css and paste below css at bottom of file.

.image-with-text__content .image-with-text__text+.button
{
background-color: #000 !important;
color" #fff !important;
}