change color- lines from mobile menu

Solved

change color- lines from mobile menu

Daniel19901
Shopify Partner
244 0 65

Hi, can anyone help me make the white lines on my mobile menu black instead ?

(not to remove them)
https://c50810-c5.myshopify.com/
Thank you!

Accepted Solutions (2)

BSS-TekLabs
Shopify Partner
2344 698 823

This is an accepted solution.

- Here is the solution for you @Daniel19901 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
@media (max-width: 767px) {
    .t4s-sp-section-mb-nav .t4s-mb__menu li>a {
        color: black !important;
    }
}
</style>

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Sangeetanahar
Explorer
541 36 69

This is an accepted solution.

hello @Daniel19901 

Go to online store ----> themes ----> actions ----> edit code ---->assets ----> mobile_nav.css...>
add the code end of the file

 

@media only screen and (max-width: 767px) {

.t4s-sp-section-mb-nav .t4s-mb__menu li>a {
 
 
    border-bottom: solid 1px #000000;
   
}
}

 

result

Parfumat.png

 

Buy me a Pizza


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 [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here

View solution in original post

Replies 3 (3)

BSS-TekLabs
Shopify Partner
2344 698 823

This is an accepted solution.

- Here is the solution for you @Daniel19901 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
@media (max-width: 767px) {
    .t4s-sp-section-mb-nav .t4s-mb__menu li>a {
        color: black !important;
    }
}
</style>

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

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


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Sangeetanahar
Explorer
541 36 69

This is an accepted solution.

hello @Daniel19901 

Go to online store ----> themes ----> actions ----> edit code ---->assets ----> mobile_nav.css...>
add the code end of the file

 

@media only screen and (max-width: 767px) {

.t4s-sp-section-mb-nav .t4s-mb__menu li>a {
 
 
    border-bottom: solid 1px #000000;
   
}
}

 

result

Parfumat.png

 

Buy me a Pizza


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 [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
Sangeetanahar
Explorer
541 36 69

hello @Daniel19901 

 

thanks accepting my solution also hit the like button

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 [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here