jsugp Posted June 1, 2023 Posted June 1, 2023 I am trying to remove or hide the custom bullet point from two areas on my page (teamugp.squarespace.com // pw: team): 1) Calendar Block (/events) I only want to hide the logo bullet point in the hover box that appears when you hover over a date that has an event You can see the logo bullet point to the bottom left of the event title in the hover box I want to keep the logo bullet points displaying directly on the calendar for when there are multiple events (eg. June 19) 2) FAQs (/faqs) The logo bullet point shows on the upper left corner of each row of the accordion block and I'd like to hide or remove it
tuanphan Posted June 3, 2023 Posted June 3, 2023 #1. Add to Design > Custom CSS .has-event ul.flyoutitemlist li:before { display: none !important; } #2. Add to Design > Custom CSS .accordion-block li:before { display: none; } 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!)
cverity Posted May 7 Posted May 7 I'm having the same issue but the code above doesn't solve the problem for me. Please could you help? The code I've used for the bullet point is as below li>*:first-child::before{content:"\27E1"!important} Thank you!
tuanphan Posted May 9 Posted May 9 On 5/8/2024 at 12:18 AM, cverity said: I'm having the same issue but the code above doesn't solve the problem for me. Please could you help? The code I've used for the bullet point is as below li>*:first-child::before{content:"\27E1"!important} Thank you! Change your code to this div.html-block li>*:first-child::before{content:"\27E1"!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!)
cverity Posted May 12 Posted May 12 On 5/9/2024 at 10:34 AM, tuanphan said: Change your code to this div.html-block li>*:first-child::before{content:"\27E1"!important} thank you so much! 🙂
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment