• Hello,

    On the inferno theme there’s a footer widget with the “pages”:

    Pages

    How can I just remove this without harming any code to the actual footer?

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Hi.. DataWireActivity

    Please go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> Custom CSS

    use this CSS.

    enigma_footer_widget_column
     {
        display: none !important;
    }

    And save the code.

    Thank You..

Viewing 1 replies (of 1 total)

The topic ‘Remove “Pages” footer’ is closed to new replies.