laurafiks Posted July 8 Posted July 8 (edited) I'm looking to customize my drop-down menu. In the accordion menu, when I choose a bullet point, it has a different style than the bullet points on the rest of the site, and want to change it so it's just a basic bullet point. Currently it's a empty circle. The "bullet points" that are in the drop down accordion now, I right clicked and chose "emoji and symbols" to have it be consistent. Also, so that it is consistent with the rest of the page, I want to change the bullet points to a different color. Any help would be appreciated. Edited July 8 by laurafiks
Lesum Posted July 8 Posted July 8 @laurafiks Hi! Can you share your site URL for context? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
laurafiks Posted July 8 Author Posted July 8 https://cymbals-prism-z6wt.squarespace.com/capabilities you can scroll down to see the drop down..
Lesum Posted July 8 Posted July 8 @laurafiks t's showing as password protected. What's the password? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Lesum Posted July 9 Posted July 9 @laurafiks Hi! First enable the bullet points inside your accordion menu. Then add this code under Website > Pages > Website Tools > Custom CSS .accordion-item__description ul { list-style: none; padding-left: 0; } .accordion-item__description ul li { position: relative; padding-left: 17px; } .accordion-item__description ul li::before { content: "\2022"; position: absolute; left: 0; top: 0; font-size: 1em; color: #ff7867; } Emma_L 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment