Hello, everyone. I would like to add in-between lines to my footer menu on the mobile version, like the one below.
This is mine.
Please help me. Thank you.
https://dream-candle-lights.myshopify.com/
Password: Admin
Hello, everyone. I would like to add in-between lines to my footer menu on the mobile version, like the one below.
This is mine.
Please help me. Thank you.
https://dream-candle-lights.myshopify.com/
Password: Admin
Hi @dreamtechzone_5 , you can follow these steps:
Step 1: Open Online Store → Themes → Edit code.
Step 2: Find component-card.css file
Step 3: Paste this code at the bottom of the file
@media screen and (max-width:750px){
.footer-block__details-content > li {
border-top: 0.5px solid #fff !important;
}
}
If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you ![]()
Hello @dreamtechzone_5 ,
Here are the steps to apply the necessary changes in your Shopify store:
@media screen and (max-width:768px){
ul.footer-block__details-content.list-unstyled li {
border-bottom: 1px solid #ffffff !important;
}
}
Let me know if you need further assistance!
I don’t want to add lines below the menu. I want to add lines below the heading. I want to add lines above and below the Quick Shop, Information, Faq’s
@dreamtechzone_5 ,
Code update to add lines above and below the Quick Shop, Information, Faq’s:
@media screen and (max-width:750px){
.footer-block.grid__item.footer-block--menu:not(:first-child) {
border-top: 0.5px solid #fff !important;
}
}
If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you ![]()
Thank you. I want to add a line above Quick Shop as well.
@media screen and (max-width:750px){
.footer-block.grid__item.footer-block--menu {
border-top: 0.5px solid #fff !important;
}
}
Try this code @dreamtechzone_5
It worked. Thank you very much.
Can the footer section be kept like this? Newsletter form and icons. Can the footer section be designed in exactly the same way?
Hi @dreamtechzone_5 ,
Sorry, but modifying the footer this way requires changes in the Liquid file. It is very difficult to adjust using regular CSS.
Okay, Is it possible to just change the style of the newsletter form and keep the newsletter form on top?
The newsletter does not need to be changed. Can only the newsletter be placed on the top line? And the line above the newsletter can be added in mobile mode. Please help me sir. Thank you.