Remove footer widgets

Home Forums Gillion Theme Remove footer widgets

Home Forums Gillion Theme Remove footer widgets

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • juliololiveira
    Participant

    I can’t remove the footer widgets from a few pages, such as search results. The removal option only works for home and posts.

     

    Please, help.

    Hi @juliololiveira,

     

    I hope you are well today and thanks for posting here.

     

    I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile you can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-footer .sh-footer-widgets {
        display: none;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)