• my website is shubhtex.com
    been trying since a day to remove “page” and archives widgets from all the pages but unable to do so.
    Also, i would like to reduce the size of the 3 scroll images because they are hogging up all the space on the landing page

    otherwise the theme is perfect!

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

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme general Options.

    Now, copy below code and paste into Custom CSS.

    .enigma_footer_widget_column {
        display: none !important;
    }
    .enigma_sidebar_widget {
        display: none !important;
    }
    .enigma_blog_wrapper .col-md-8 {
        width: 100% !important;
    }

    And please deactivate all your plugins then check your images.

    Thanks.

    Thread Starter shubhtex

    (@shubhtex)

    thanks for your quick reply, that worked beautifully

    have another issue, please tell me how to fix.
    Thanks!

    PageSpeed Insights
    57 / 100 Speed
    Should Fix:
    Reduce server response time
    Optimize images

    Consider Fixing:
    Eliminate render-blocking JavaScript and CSS in above-the-fold content
    Leverage browser caching
    Minify HTML

    64 / 100 User Experience
    This page may not pass Google’s Mobile-Friendly Test. Learn more.

    Should Fix:
    Size content to viewport
    Size tap targets appropriately

    Thread Starter shubhtex

    (@shubhtex)

    the widgets still show on the mobile version!

    add this code also

    @media(max-width:768px){
    .enigma_footer_widget_column {
        display: none !important;
    }
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t remove Widgets from page – “page” and archives’ is closed to new replies.