• Hello everybody,

    I am working with the Illdy template but unfortunately I cannot delete the footer section. It shows four lists (Products, Information, Support and Support again) with the links Our Work, Club, News, Announcement …

    I already reinstalled the theme, but still I cannot remove it.

    It would be very nice if you could help me.

    All the best

Viewing 1 replies (of 1 total)
  • Hi @madmaxx81,

    I hope you are well today and thank you for your question.

    You can try removing it by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    #footer > .container {
        display: none;
    }
    
    #footer .bottom-footer {
        margin-top: 0;
    }
    
    #footer {
        padding-top: 0;
    }

    Best regards,
    Vinod Dalvi

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot delete Footer in Illdy’ is closed to new replies.