WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

remove bullets from footer menu and from widget cat list

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11699
    maarten cobelens
    Participant

    Hi, how can i remove the bullets from the footermenu?
    http://www.be-elan.nl/

    and same for the bulets shown bij list of category widget?

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.