• Hello, im using Profitmag and want to hide or remove the footer top widget area. Can you tell me how?

Viewing 1 replies (of 1 total)
  • Theme Author Rigorous Themes

    (@wpgaint)

    Hi @ihsansfd,

    You can login to wp-admin and remove widgets used in footer top area to make it invisible.

    Or you can use following css:

    #footer-top {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove footer widget area’ is closed to new replies.