How do i change the colour of my button on my website banner? REFRESH theme

How do i change the colour of my button on my website banner? REFRESH theme

AURA20223
Excursionist
40 0 7

aurathefragrance

 

Not sure how to change the button colour

Replies 3 (3)

GemPages
Shopify Partner
5625 1262 1279

Hello @AURA20223 ,

 

It's GemPages support team and glad to support you today.

 

I would like to give you a recommendation to support you so kindly follow steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

GemPages_0-1679200319951.png


2. Open your theme.liquid theme file


3. Paste the below code before </head>

<style>
.slideshow__slide .banner__buttons .button {
    background: #ff0000 !important;
    color: #ffffff !important;
}
</style>

 

Let us know how it works for you.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

PageFly-Victor
Shopify Partner
7865 1786 3131

Hi @AURA20223 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
a[href="/collections/all"] {
    background: gray !important;
    color: white !important;
}
</style>

Note: You can change color value to fit your store

Hope my answer will help you.

Best regards,

Victor | PageFly

Denishamakwana
Shopify Partner
1408 173 232

Hi,

Please add below css code in bottom of assets/base.css file

.banner__buttons a {
       background: lightgray;
       color: #fff;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme