WordPress Booking Solutions Forums WordPress Themes Booklium Footer & Woocommerce Shopping Cart Icon
- This topic has 3 replies, 2 voices, and was last updated 6 years ago by
Andre Flores.
- AuthorPosts
- June 19, 2020 at 1:56 am #968893
Kean Chong Ken Yeoh
ParticipantHi,
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
June 19, 2020 at 7:20 am #969007Andre Flores
ModeratorHi, 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,
AndreJune 20, 2020 at 1:31 pm #969649Kean Chong Ken Yeoh
ParticipantHi Andre,
Thank you so much! It is working now.
Thanks!
June 22, 2020 at 6:52 am #969956Andre Flores
ModeratorHi, Kean!
You are most welcome!
Regards,
Andre - AuthorPosts
- You must be logged in to reply to this topic.