How can I modify the color and position of my image banner button?

I would like to change the color of the image banner button. The border and text to red and also move it further down the page.

Hi @ericsoho ,

It looks like it’s been fixed. If you have any help, feel free to contact me.

Thanks you

I did get the color fixed, but i still need to figure out how to change the words “shop” to red and be able to move the button further down the page

similar to this spacing

Hi @ericsoho ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-image-banner.css->paste below code at the bottom of the file:
@media (max-width: 749px) {
    #shopify-section-template--15250155274446__image_banner,
    #Banner-template--15250155274446__image_banner {
        height: 100%;
    }

    #Banner-template--15250155274446__image_banner .button {
        color: red;
    }
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

Are you able to share code that would move the button down?

Hi @ericsoho ,

This is css code:

#shopify-section-template--15250155274446__image_banner,
#Banner-template--15250155274446__image_banner {
    height: 100%;
}
1 Like

Thank you for helping me move the button. Is there a way make the button bolder similar to the example i had used?