JulieL Posted July 28, 2023 Posted July 28, 2023 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; }
tuanphan Posted July 29, 2023 Posted July 29, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
JulieL Posted July 29, 2023 Author Posted July 29, 2023 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
Solution tuanphan Posted July 31, 2023 Solution Posted July 31, 2023 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 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