Hi,
How can I remove bullets from my footer widgets menus and sidebar menus, where I have list of my pages and posts?
http://www.barasmarketing.com/
Thanks!
Denis
Hi,
How can I remove bullets from my footer widgets menus and sidebar menus, where I have list of my pages and posts?
http://www.barasmarketing.com/
Thanks!
Denis
Hi Denis,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Shapely Options -> Other
#secondary ul,
.footer-widget ul {
list-style: none;
margin-left: 0;
}
Best Regards,
Movin