• Resolved tbilliar

    (@tbilliar)


    How can I remove the section directly above the footer that contains Meta, Latest post, and contact info?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Those are default widgets.
    If you want to change them go to
    Admin DDashoard >> Appearance >> Widgets
    Drag and Drop the widget you want to show in footer into Footer Widget Section.
    Or if you want o hide that entire section use below css in Custom Css Field of customizer General Section.

    #footer .container.row_spacer.clearfix{
       display:none;
    }

    Thanks

    Thread Starter tbilliar

    (@tbilliar)

    That Worked!

    Thank You!

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Most Welcome

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove section above footer’ is closed to new replies.