I would like to move the CTA button on the mobile version of my site. How do I do that?
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
Pls find attached the url
https://ojas-shop-ayurveda.myshopify.com/
There is no password to access the site
We would like to change the position of the “shop now” tab in orange
Also advice how we can change the color of the tab from orange to black
Thanks
Daanika
Hello There,
1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme-index.min.css and paste this at the bottom of the file:
@media only screen and (max-width: 768px){
.homepage-featured-box-btn, .homepage-section-btn {
margin-top: 100%!important;
background: #000!important;
}
}
Hello,
1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme-index.min.css and paste this at the bottom of the file:
@media only screen and (max-width: 768px){
slider-section--image--slideshow .block-section--slideshow-0 .homepage-section-btn {
color: #ffffff;
background: #000000;
margin-top: 100%!important;
}
.