Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I dont know why iphone puts bullets to my footer links, does anyone know how to fix it?
Solved! Go to the solution
This is an accepted solution.
yes, please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
.footer-linklist ul {list-style: none !important;}
Hello, anyone can help me with this? @KetanKumar @PageFly-Victor @suyash1 @Ahsan_ANC @PageFly-Richard @GabrielS @oscprofessional @made4Uo @LitCommerce @Wish-It
Hi @imabyssal ,
You can try this code
1. Go to Online Store-> Theme->Edit code
2. Asset-> theme.css ->paste the below code at the bottom of the file.
ul[style] {
list-style-type: none !important;
}
This is an accepted solution.
yes, please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
.footer-linklist ul {list-style: none !important;}
Hi @imabyssal,
Go to Assets > theme.css and paste this at the bottom of the file:
.rte ul, .rte ol, .rte dl {
list-style-type: none !important;
}
Hope it helps!