Footer & Woocommerce Shopping Cart Icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #968893
    Kean Chong Ken Yeoh
    Participant

    Hi,

    Help needed, 2 questions, I’ve searched thru the forum but couldn’t find the answer.

    (1) How should I remove footer from the main page (first page/home page)?
    (2) How to enable the Woocommerce shopping cart basket icon on the top tool bar?

    Thanks

    #969007
    Andre Flores
    Moderator

    Hi, Kean!

    1). Would you like to remove the footer completely or just footer widgets? In order to hide footer for the Home page completely add the following code under Appearance ->Customize ->Additional CSS:

    .home .footer-widgets, #colophon {
    	display: none;
    }

    To remove widgets only, use the following code:

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

    2). You may simply add it as a menu item to the Primary menu. Feel free to add specific class to the menu item in order to apply desired styles to it.

    Regards,
    Andre

    #969649
    Kean Chong Ken Yeoh
    Participant

    Hi Andre,

    Thank you so much! It is working now.

    Thanks!

    #969956
    Andre Flores
    Moderator

    Hi, Kean!

    You are most welcome!

    Regards,
    Andre

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.