Shopify themes, liquid, logos, and UX
Hi guys! How to change button position for mobile version only?
https://yiwqh6-vk.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
<style>
@media screen and (max-width: 749px) {
.slideshow__text-wrapper {
align-items: end!important;
}
.banner__buttons .button:after {
box-shadow:0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgb(255 255 255), 0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background))!important;
}
}
</style>
Please replace the whole given code with above code.
Thank you
Can you please explain me by screenshot? Then we will able to help you.
I would like to move down the button abit more for mobile view. Could you help me to change the box "shop now" outline into white too please. Your help very much appreciated.
You can add the below code in theme.liquid above </body>.
<style>
@media screen and (max-width: 749px) {
.slideshow__text-wrapper {
align-items: end!important;
}
.banner__buttons .button {
color: #000!important;
background: #fff!important;
}
}
</style>
Screenshot:
I hope solution will be useful for you. If it's works then please like the solution and accept it.
Thank you
Thank you! But could you help me do only the letter and outline white. No fill please. Thanks in advance.
This is an accepted solution.
<style>
@media screen and (max-width: 749px) {
.slideshow__text-wrapper {
align-items: end!important;
}
.banner__buttons .button:after {
box-shadow:0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgb(255 255 255), 0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background))!important;
}
}
</style>
Please replace the whole given code with above code.
Thank you
You're a genius! Thank you!
Welcome always for help.
Thank you
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024