Sidebar widget bullets
-
Is it possible to remove the bullets from my sidebar widget navigation menu without CSS code?
I copied and pasted numerous codes found online, but they did not make any difference when I published.
I would appreciate assistance ASAP.
Thank you in advance.
The page I need help with: [log in to see the link]
-
Hey @dreamsrealised22,
Can you provide the css code that you’re trying to disable bullets?
Best,
VijayI have used a number of css codes found on different websites. Here are the links:-
1) https://wordpress.com/forums/topic/removing-bullets-to-menu/
2) https://catchthemes.com/support-forum/topic/remove-bullets-from-widget-menu/
3) https://kriesi.at/support/topic/remove-bullets-from-widget-menu-2/
4) http://forum.bytesforall.com/showthread.php?t=5228
5) https://siteorigin.com/thread/remove-bullet-points-from-widgets/Please review and let me know if any are correct.
-
This reply was modified 4 years, 2 months ago by
dreamsrealised22.
Hey @dreamsrealised22,
Every theme comes with its own styling CSS. If you know how to use developer tools in your browser then you can find the correct class and apply the
list-style none;and adjust margin & padding as per need.solution on forums might not work for your theme sometimes, You need to find the correct CSS path to add your changes.
Best,
VijayI don’t know how to use developed tools in my browser. How do I find the correct css path? Still super confused.
Is there a plugin that can fix this issue without the need for css coding?
Could it be that the css codes are not working because I don’t have the child version of my theme?
I am not sure if there is any plugin available to make this thing possible.
Add custom CSS is a possible way to do this. You can learn how to use Developer tools and find the correct CSS path to add custom CSS into it.
To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.ww.wp.xz.cn/CSS#Custom_CSS_in_WordPress
<p>Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.</p>
-
This reply was modified 4 years, 2 months ago by
The topic ‘Sidebar widget bullets’ is closed to new replies.