Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner 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