Shopify themes, liquid, logos, and UX
Hello, good evening!
I just need some assistance in changing the drop down box radius on Trade Theme. This is the current look of the drop down (1st picture) , I want it to look like this (2nd picture). Thank you!
(1st picture)
(2nd picture)
Thank you!
Solved! Go to the solution
This is an accepted solution.
- Here is the solution for you @Mabinibooks
- Please follow these steps:
- Then find the theme.liqid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.
<style>
@media only screen and (min-width: 600px) {
.mega-menu {
position: relative !important;
}
.mega-menu[open] .mega-menu__content {
width: fit-content !important;
}
}
</style>
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
This is an accepted solution.
<style>
@media only screen and (min-width: 600px) {
.mega-menu {
position: relative !important;
}
.mega-menu[open] .mega-menu__content {
width: fit-content !important;
}
.mega-menu__list {
display: flex !important;
}
}
</style>
Can you replace to this code @Mabinibooks
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
This is an accepted solution.
<style>
@media only screen and (min-width: 600px) {
.mega-menu[open] .mega-menu__content {
background: transparent !important;
}
}
</style>
If you want transparent background can you add more this code @Mabinibooks
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
This is an accepted solution.
- Here is the solution for you @Mabinibooks
- Please follow these steps:
- Then find the theme.liqid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.
<style>
@media only screen and (min-width: 600px) {
.mega-menu {
position: relative !important;
}
.mega-menu[open] .mega-menu__content {
width: fit-content !important;
}
}
</style>
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
It worked, but there's an error on this menu item
Also, how can I make the background transparent?
This is an accepted solution.
<style>
@media only screen and (min-width: 600px) {
.mega-menu {
position: relative !important;
}
.mega-menu[open] .mega-menu__content {
width: fit-content !important;
}
.mega-menu__list {
display: flex !important;
}
}
</style>
Can you replace to this code @Mabinibooks
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
It's better now, thanks again. One last thing, how can I make it transparent background?
This is an accepted solution.
<style>
@media only screen and (min-width: 600px) {
.mega-menu[open] .mega-menu__content {
background: transparent !important;
}
}
</style>
If you want transparent background can you add more this code @Mabinibooks
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
However, it doesn't look very prominent @Mabinibooks .
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Yes, I reversed the changes, but still thank you
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024