• I have created blog called Sinhala lanka. I am using JustBlue theme for this Sinhala Lanka Blog.

    In the footer area of the blog (right side), Category list is displayed. I want to remove it from footer area.

    How to do it?

Viewing 1 replies (of 1 total)
  • You can hide it with CSS. If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    .footer-navigation {
    display: none;
    }

    Another option would be to remove the menu itself (Dashboard > Appearance > Menus > Manage Locations). Is there an option there named something like “Footer” or “Footer Menu”?

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove category list form footer?’ is closed to new replies.