• Hello,

    When I use the code:

    .enigma_footer_widget_area {
        display: none !important;
    }

    The “Pages” footer widget is gone indeed, but my footer with “Developed By” acts weird afterwards. For example the link isn’t clickable anymore.
    On the “Home”-page scrolling down is very glitched aswell after using the above CSS.
    On all other pages it works fine.

    Any idea on how to make it okay on the “Home” page aswell?

    Thanks in advance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,

    Please give your site url

    Thread Starter DataWireActivity

    (@datawire)

    Hello,

    Thank you for your answer: https://www.inebongaerts.be is the URL.

    Thanks!

    insert code into custom css and Let us know for further query

    .enigma_callout_shadow 
       {
        display: none !important;
    	}
    	
    .enigma_footer_area p a {
        color: #fff !important;
    }
    Thread Starter DataWireActivity

    (@datawire)

    Hello,

    Thank you for your answer.
    It still does the same at the homepage.
    On a bigger 24″ screen it seems to bump back up when I scroll down, on a normal sized 17″ laptop the link of “Developed by …” doesn’t work.
    Neither do the social network link buttons on the right.

    Code in Custom CSS:

    .enigma_footer_widget_area {
        display: none !important;
    }
    
    enigma_callout_shadow {
        display: none !important;
       }
    
    .enigma_footer_area p a {
        color: #000000 !important;
    }

    Thanks in advance!

    Please insert code into custom CSS and save –

    .enigma_callout_shadow 
       {
        display: none !important;
    	}
    	
    .enigma_footer_area p a {
        color: #fff !important;
    }
    Thread Starter DataWireActivity

    (@datawire)

    Hello,

    This shows the “page’s” footer widget again:
    Pages

    Thanks in advance!

    Thread Starter DataWireActivity

    (@datawire)

    Hello,

    Do you have a permanent solution for this?
    I need to remove the “pages” footer widget, that’s it.

    Thanks in advance!

    i want answer to this problem too.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove “Pages” footer. Display: none !important;’ is closed to new replies.