Hi i would like to change the shape of my button shop now with this one like the photo and also move it in same position . Thanks !
R&D GADGETS MALTA : Online Shopping For Electronic Products Malta (rdmalta.com)
Hi i would like to change the shape of my button shop now with this one like the photo and also move it in same position . Thanks !
R&D GADGETS MALTA : Online Shopping For Electronic Products Malta (rdmalta.com)
Hello @PeppePro02
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Please follow below steps to change the button shape and move the button to bottom left. Let me know whether it is helpful for you.
@media screen and (max-width: 750px) {
.banner__content.banner__content--bottom-left {
align-items: end;
}
}
.banner__box .button:before, .banner__box .button:after {
border-radius: unset !important;
}
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
Thank you it works , can be also changed the color inside of the box? So can be easier to find it, where is SHOP NOW .
@PeppePro02 Sure. Please follow below steps to change the button color and let me know whether it is helpful for you.
.banner__content .banner__box .banner__buttons a.button {
background-color: #FFFFFF;
color: #000000;
border-radius: unset;
}
It will shown like below,
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
Thank you works!