Rolaa Posted June 22, 2021 Posted June 22, 2021 Site URL: https://www.thecarolamoon.com/must-have-brand-images-optin I've managed to have double bullet icons per list item. Despite having tried both "list-style-type: none;" and "list-style: none;" with and without "!important;", I still have double bullet points (normal and custom image style).
Solution tuanphan Posted June 23, 2021 Solution Posted June 23, 2021 Don't remove above code. Add this code /* remove default bullets */ .sqs-block-content ul li p::before { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Rolaa Posted June 23, 2021 Author Posted June 23, 2021 9 hours ago, tuanphan said: Don't remove above code. Add this code /* remove default bullets */ .sqs-block-content ul li p::before { display: none !important; } YES, tuanphan, that worked wonderfully! Thank you 🙏
entrepreneuress Posted January 19, 2023 Posted January 19, 2023 (edited) Hi @tuanphan, Do you have a suggestion for instance where custom bullet is now for some reason appearing above list items? I have custom bullets installed, but now they're appearing above my "Meet the Team" section images. Site: https://rhubarb-horse-y9sr.squarespace.com/ Password: enty Thanks! Corinne Edited January 19, 2023 by coriwhat
tuanphan Posted January 26, 2023 Posted January 26, 2023 On 1/19/2023 at 7:35 PM, coriwhat said: Hi @tuanphan, Do you have a suggestion for instance where custom bullet is now for some reason appearing above list items? I have custom bullets installed, but now they're appearing above my "Meet the Team" section images. Site: https://rhubarb-horse-y9sr.squarespace.com/ Password: enty Thanks! Corinne Site url doesn't exist. Can you check it again? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
entrepreneuress Posted January 26, 2023 Posted January 26, 2023 (edited) @tuanphan sorry! You're right - I updated: https://soho-template.squarespace.com/ password: enty I should note these are templates so can't use section / block ID. Hoping to target the selector instead. Edited January 26, 2023 by coriwhat
tuanphan Posted January 28, 2023 Posted January 28, 2023 On 1/26/2023 at 8:28 PM, coriwhat said: @tuanphan sorry! You're right - I updated: https://soho-template.squarespace.com/ password: enty I should note these are templates so can't use section / block ID. Hoping to target the selector instead. Add to Design > Custom CSS li.list-item div:before { visibility: hidden !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment