How can I put the submenu drop down on the right ?

Solved

How can I put the submenu drop down on the right ?

Migo28
Tourist
4 0 4

Hello, I would like my submenu to be on the right and not below. I use the Trade theme. Thanks to everyone who will try to help.

exemple.png

 

Accepted Solutions (2)
BSSCommerce-HDL
Shopify Partner
1886 653 783

This is an accepted solution.

Hi @Migo28

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
#Details-HeaderSubMenu-pokemon-single-card[open] .header__submenu {
    position: absolute !important;
    left: 100%;
    top: 75px;
    width: 200px;
    background-color: #f4f4f4 !important;
}
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

BSSCommerce-HDL
Shopify Partner
1886 653 783

This is an accepted solution.

Hi @Migo28

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

 

 

<style>
.card__badge.bottom.left .badge {
    background-color: red;
    color: #ffff;
}
</style>

 

 

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 10 (10)

BSSCommerce-HDL
Shopify Partner
1886 653 783

Hi @Migo28Can you kindly share your store link with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Migo28
Tourist
4 0 4

Hello, thank you for your help. Here is the link : https://royal-cards.com/

BSSCommerce-HDL
Shopify Partner
1886 653 783

This is an accepted solution.

Hi @Migo28

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
#Details-HeaderSubMenu-pokemon-single-card[open] .header__submenu {
    position: absolute !important;
    left: 100%;
    top: 75px;
    width: 200px;
    background-color: #f4f4f4 !important;
}
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Migo28
Tourist
4 0 4

It worked ! Thank you so much ! Can I also ask you to help me with something else please ? I would like to change the sold out bubble in red with white texte but I don't know how to do it. 

 

ewemple 2.png

BSSCommerce-HDL
Shopify Partner
1886 653 783

@Migo28, Sure, Wait me minutes. I'll check it 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
BSSCommerce-HDL
Shopify Partner
1886 653 783

This is an accepted solution.

Hi @Migo28

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

 

 

<style>
.card__badge.bottom.left .badge {
    background-color: red;
    color: #ffff;
}
</style>

 

 

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Migo28
Tourist
4 0 4

Thank you so much again ! It worked perfectly.

BSSCommerce-HDL
Shopify Partner
1886 653 783

@Migo28, No problem. Glad to help you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Rahul_dhiman
Shopify Partner
424 83 84

Hello @Migo28 
Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.

span#NoMediaStandardBadge-template--17278000332975__product-grid-8058020724911 {
background: red !important;
color: white !important;
}

result
3.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
Alykhan101
Visitor
3 0 0

Hey could you also help me with this same issue 
i tried to do this but it didn't work