jsugp Posted June 1 Share Posted June 1 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 Link to comment
tuanphan Posted June 3 Share Posted June 3 #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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment