Home Forums Basel support forum Basel Product Categories Bar

Basel Product Categories Bar

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #80250

    seerat
    Participant

    Hi 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,
    Seerat

    #80256

    seerat
    Participant

    I tried to add css; but i can’t get it to work. I only want this categories bar to stick. Help please!

    #80258

    seerat
    Participant
    #80259

    seerat
    Participant

    I’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.jpg

    #80306

    Hello,

    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

    #80346

    seerat
    Participant

    I 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.

    #80425

    Hello,

    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

    #80467

    seerat
    Participant

    Thank 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;
    }

    #80490

    Hello,

    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

    #80502

    seerat
    Participant

    Many thanks for this code Elise! I appreciate your help with this..

    #80548

    You 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

    #81012

    seerat
    Participant

    I’m very happy with the theme. Thanks for reminding me! I’ve now rated it 🙂

    #81035

    Artem Temos
    Keymaster

    Great, thank you!

Viewing 13 posts - 1 through 13 (of 13 total)

The topic ‘Basel Product Categories Bar’ is closed to new replies.