Changing image with text sections button colour- Turbo theme

Hi i was wondering if it possible to change the button colour in the image with text sections in the turbo theme?

i would like to colour to be #D9522B with white text.

https://www.sarahhoodstudio.com/
pass: sarahhoodjewelry

Hey @Chantelrudden ,

add the following code to the bottom of your styles.css file and change the values as desired.

.image-text__button {
    --button-color-border: #D9522B !important;
    --button-color-background: #D9522B !important;
    --button-color-text: white !important;
    --button-color-border-hover: #363636;
    --button-color-background-hover: #363636;
    --button-color-text-hover: #ffffff;
}

Hi @Chantelrudden

This is Henry 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 styles.css

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

.caption.position-left h1.headline {

color: #D9522B !important;

}

.caption.position-left .subtitle {

color: #D9522B !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly