JulieL Posted July 28 Share Posted July 28 I have been using CCS for custom bullet points for a while with no issue. Recently, when I attempt to create a new portfolio or list, the custom bullet points show up between images. Is there a way to remove or hide these? For reference, this is the code that I am using for the custom bullet points and attached is an image of the bullet points that I'd like removed (see the orange diamonds between images). Thank you for your help! /*bullet points*/ ul[data-rte-list] li>*:first-child::before {content: " " !important;} ul li:before { content: ''; display:inline-block; background-image: url(https://static1.squarespace.com/static/5e8b64e0216b4d02bab1198e/t/6032d04603637f0d8e0f5a6f/1613942854851/bullet%402x.png); background-repeat: no-repeat; background-size: 15px; background-position: center; width: 25px; height: 20px; position: absolute; margin-left: -30px; margin-right: 0px; margin-top: 5px; margin-bottom: 0px; } Link to comment
tuanphan Posted July 29 Share Posted July 29 Hi, Can you share link to page where you see problem? We can tweak your code easier 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
JulieL Posted July 29 Author Share Posted July 29 Yes, for example, on this page, you can see the orange diamonds between the testimonials underneath the Acuity block. Those are unintentional and show up when I add galleries or lists. https://www.withinwonder.com/classes Link to comment
Solution tuanphan Posted July 31 Solution Share Posted July 31 On 7/29/2023 at 11:19 PM, JulieL said: Yes, for example, on this page, you can see the orange diamonds between the testimonials underneath the Acuity block. Those are unintentional and show up when I add galleries or lists. https://www.withinwonder.com/classes Change this class name ul li:before to this ul li:not(.list-item):before 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
JulieL Posted July 31 Author Share Posted July 31 Looks like that worked! Thank you so much! 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