Anniversary Special Sale! 10 Years of Excellence in WordPress Themes | Flat 20% OFF on All Themes Package. Use Code GT10YEARS Buy Now
Anniversary Special Sale Banner

Reply To: remove bullets from footer menu and from widget cat list

#11702
Grace Themes
Member

Hi,

To remove the bullets from footer menu and sidebar widget

Go to the Appearance -> Editor -> style.css
add below css code at the end of file

.footer ul li { list-style:none; }
#sidebar ul li { list-style:none; }

Please do this changes and let me know your feedback.

Regards
Grace Themes