Shopify themes, liquid, logos, and UX
Hi,
I want the 'shop collection' button to be transparant (desktop and mobile) and ideally also move the button to the bottom centre (on mobile). How can I do this?
Using Craft theme.
URL: www.gojathelabel.com
password: awusau
Solved! Go to the solution
This is an accepted solution.
Add This css in your edit code > base.css File
@media screen and (max-width:750px){
.banner .banner__box.content-container.content-container--full-width-mobile.color-scheme-2.gradient {
position: absolute;
bottom: 0;
}
/*If you want to keep the button like that then delete the below code*/
.banner a.button.button--primary {
background: transparent;
}
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
can you share you site url?
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
updated in message!
This is an accepted solution.
Add This css in your edit code > base.css File
@media screen and (max-width:750px){
.banner .banner__box.content-container.content-container--full-width-mobile.color-scheme-2.gradient {
position: absolute;
bottom: 0;
}
/*If you want to keep the button like that then delete the below code*/
.banner a.button.button--primary {
background: transparent;
}
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
I update This Code Please again Put.
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Hi @JasSet
Could you share your store URL and password?
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
See original message!
Hello @JasSet
Can you share you store url?
I put them in my post!
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
.banner__buttons a {
background: transparent !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
you can change position of button through the customizer.
Hi, this did help with the transparancy but it did change my custom font.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025