Category menu – Front page

N Started by Nicholas · October 12, 2020 at 2:18 am · 5 replies 0 voices Last reply 5 years, 8 months ago
N
Nicholas Original poster Member
#1

Hello,

I have downloaded the Free version of the theme locally, and I love it !

I have one question though: Is it possible to have the categories in the category menu always displayed on the Front page only, instead of clicking it for it to drop down and display them, and on the rest of the pages to have it closed like it is by default?

I hope you understand my question, I would love to use the theme, but that’s the only thing that bothers me.

ST
Spiracle Themes Original poster
#2

Hi Nicholas,

Try the following CSS

.header-product-custom-menu .navbar-collapse.collapse {
display: block !important;
}

Copy and paste it in Appearance -> Customize -> Additional CSS

Let us know if this works for you.

Best Regards

N
Nicholas Original poster
#3

Hello,

Thank you for the fast reply.

The category menu is showing, but now it is showing on every page. My question was if it is possible to have it showing only on the Front page of the website. Maybe if I can hide it somehow on other pages ?

ST
Spiracle Themes Original poster
#4

Hi Nicholas,

Sorry for the misunderstanding 🙂
Replace the above CSS with this

.home .header-product-custom-menu .navbar-collapse.collapse {
display: block !important;
}

Let us know if this works out

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Category menu – Front page

By posting, your reply becomes public (unless marked private).