Hi,
I would like to change the line color that splits the footer menu from the social media and payment section. Currently it is black, I want it to be tiny white.
Hi,
I would like to change the line color that splits the footer menu from the social media and payment section. Currently it is black, I want it to be tiny white.
@Alliance
Can you please share store url ??
@Alliance
Can you please add below css in custom.css
.site-footer__hr {
border-bottom: 1px solid #ffff!important;
}
Hi,
There is no cutom.css page in my theme.
@Alliance
You can add this in styles.css or theme.scss.css
Hi @Alliance
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.scss.css.
Step 3: Paste the below code at bottom of the file β Save
.site-footer__hr {
border-bottom: 1px solid #333 !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Hi Victor,
It worked out. Thank you so much. Any idea if I can change the margin from this line and the footer menu? Thank you.
You are welcome @Alliance ![]()
You want to reduce the distance from the line to the footer?
Yes
You can try again this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.scss.css.
Step 3: Paste the below code at bottom of the file β Save
hr.site-footer__hr {
margin-top: 0 !important;
}
.site-footer__item {
margin-bottom: 15px !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Victor,
Thank you so much. I have a challanging question: Can we make a collection tabs menu such as this one:
It is in the page body. This is the reference website : autoall.cc
Sorry for missing your message.
Regarding your problem, it interferes with the theme and requires a lot of custom code. You can try to build it with a page builder app such as PageFly, Layout hub, Shogun. In PageFly, we use the Tab element to show content like that.
If you donβt want an app, please contact Shopify support team so they can help you.
Thank you.
In PageFly, where can I find the Tab element.
I managed to do the tabs, how can I link each tab with associated collection?