Home › Forums › Basel support forum › Basel Product Categories Bar
Basel Product Categories Bar
- This topic has 12 replies, 3 voices, and was last updated 6 years, 5 months ago by
Artem Temos.
-
AuthorPosts
-
October 2, 2018 at 6:41 am #80250
seeratParticipantHi Artem,
I have enabled the ‘Categories Menu in Page Heading’ in the theme settings. I see no option to make this sticky. How to make it sticky?
Cheers,
SeeratOctober 2, 2018 at 7:00 am #80256
seeratParticipantI tried to add css; but i can’t get it to work. I only want this categories bar to stick. Help please!
October 2, 2018 at 7:10 am #80258
seeratParticipantThis bar..
October 2, 2018 at 7:24 am #80259
seeratParticipantI’m not able to edit the post, so want to clarify..sorry for the multiple posts.
I want the categories bar in this screenshot also to stick. I already have the sticky main header which is good and along with that, I want this bar also to be sticky. I tried to add css; but i can’t get it to work.Help please!
https://snag.gy/JtdOcR.jpgOctober 2, 2018 at 9:13 am #80306
Elise NoromitMemberHello,
Now you header is sticky. There is no options to stick other elements. It will require custom CSS.
If you want to show categories, choose the layout with categories menu http://prntscr.com/l16fo3
Best Regards
October 2, 2018 at 10:04 am #80346
seeratParticipantI tried making some changes but they are working out.
I would appreciate it if you point me to the places where I should be making the css changes and some suggestions.
October 2, 2018 at 11:56 am #80425
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Desktop:
.act-scroll + .clear + .main-page-wrapper .title-shop { position: fixed; top: 115px; left: 0; right: 0; z-index: 350; }
Best Regards
October 2, 2018 at 1:36 pm #80467
seeratParticipantThank you Elise!
It is jumping to the position so I tried to look at the existing code for header sticky. I added this code to ease the sticking; however it doesn’t seem to be right. Is this right?
.main-page-wrapper.title-shop.act-scroll {
-webkit-transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
-moz-transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
-o-transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
transition: background 0.15s ease-in-out, top 0.15s ease-in-out;
}October 2, 2018 at 2:53 pm #80490
Elise NoromitMemberHello,
Please use this code:
.act-scroll + .clear + .main-page-wrapper .title-shop { animation: fade-in 0.5s ease; }
Add this code to the Theme Settings > Custom CSS
Best Regards
October 2, 2018 at 3:47 pm #80502
seeratParticipantMany thanks for this code Elise! I appreciate your help with this..
October 2, 2018 at 6:19 pm #80548
Elise NoromitMemberYou are welcome, we are always happy to help you, write us when you have any difficulties or issues with our theme.
And we would be glad if you will rate our theme with 5 stars on Theme Forest in case you are satisfied with our theme and customer service http://themeforest.net/downloads
Thank you in advance
October 5, 2018 at 5:26 am #81012
seeratParticipantI’m very happy with the theme. Thanks for reminding me! I’ve now rated it 🙂
October 5, 2018 at 6:08 am #81035
Artem TemosKeymasterGreat, thank you!
-
AuthorPosts
The topic ‘Basel Product Categories Bar’ is closed to new replies.
- You must be logged in to create new topics. Login / Register