Shopify themes, liquid, logos, and UX
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!
Solved! Go to the solution
This is an accepted solution.
- Here is the solution for you @Daniel19901
- Please follow these steps:
- 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
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
Buy me a Pizza
If this was helpful, hit the like button and accept the solution.
Thanks
This is an accepted solution.
- Here is the solution for you @Daniel19901
- Please follow these steps:
- 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
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
Buy me a Pizza
If this was helpful, hit the like button and accept the solution.
Thanks
hello @Daniel19901
thanks accepting my solution also hit the like button
thanks
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By 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, 2024