Change the border-color of the button in the slideshow

Solved

Change the border-color of the button in the slideshow

neqless
Visitor
2 0 0

neqless_0-1689716830408.png
Hi, can someone tell me how i change the color of this border?
I don´t really think it´s called "border" so i couldn´t find it..

Thank you!!

 

Accepted Solution (1)
SideNode
Shopify Partner
159 38 42

This is an accepted solution.

Hi @neqless 
Its SideNode! We will be happy to help you today.

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.banner__content .button--secondary:after {
    border: 2px solid black;
    --border-opacity: none;
    box-shadow: none;
}

Kindly alter the border as per your preference.
You can see the change .

SideNode_0-1689829208144.png

 

 

 

If I was able to assist you, please remember to give it a Like and Mark it as the Solution!

Let me know if need further assistance
Regards,
SideNode

 

 

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION

View solution in original post

Replies 3 (3)

SideNode
Shopify Partner
159 38 42

Hi @neqless 
Its SideNode! We will be happy to help you today.

Could you please share the URL of the frontend, so I can view the website and check the issue?

Regards,
SideNode

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION
neqless
Visitor
2 0 0

Hi @SideNode,

sure!

https://stickypunch.de/
Here you go.

Thank you for now 🙂

SideNode
Shopify Partner
159 38 42

This is an accepted solution.

Hi @neqless 
Its SideNode! We will be happy to help you today.

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.banner__content .button--secondary:after {
    border: 2px solid black;
    --border-opacity: none;
    box-shadow: none;
}

Kindly alter the border as per your preference.
You can see the change .

SideNode_0-1689829208144.png

 

 

 

If I was able to assist you, please remember to give it a Like and Mark it as the Solution!

Let me know if need further assistance
Regards,
SideNode

 

 

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION