Solved

Flow theme: How to move button on mobile version

doubtabouttheme
Tourist
8 1 0

I would like to move the CTA button on the mobile version of my site. How do I do that?Screenshot 2021-07-28 at 5.05.00 PM.png

Accepted Solutions (3)
doubtabouttheme
Tourist
8 1 0

This is an accepted solution.

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

View solution in original post

ZestardTech
Shopify Expert
5395 971 1293

This is an accepted solution.

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;
}
}

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

eComInsider
Shopify Partner
156 16 36

This is an accepted solution.

 

 

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;
}

.

➡️ Exclusive offer - Shopify Trial at $1/month


➡️ Shopify Blogs (Q&A)

➡️ Your;Coffee Tip: my code = a perfect blend!

View solution in original post

Replies 5 (5)

ZestardTech
Shopify Expert
5395 971 1293

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
doubtabouttheme
Tourist
8 1 0

This is an accepted solution.

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

ZestardTech
Shopify Expert
5395 971 1293

This is an accepted solution.

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;
}
}

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
eComInsider
Shopify Partner
156 16 36

This is an accepted solution.

 

 

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;
}

.

➡️ Exclusive offer - Shopify Trial at $1/month


➡️ Shopify Blogs (Q&A)

➡️ Your;Coffee Tip: my code = a perfect blend!
doubtabouttheme
Tourist
8 1 0

Hi, I did what you asked but nothing seemed to change.Screenshot 2021-07-28 at 8.58.11 PM.png