Home Forums WoodMart support forum Mega menu headar and categories menu title link

Mega menu headar and categories menu title link

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #44719

    Kahan Ryan
    Participant

    1. is it possible to make link categories menu title link
    2. when scroll down page logo my change menu link left to logo
    3. is it possible change shop category banner in every shop category and where can i change this category banner picture

    #44801

    Artem Temos
    Keymaster

    Hi,

    1. Sorry, but there is no such option.

    2. Try to add the following code snippet to the Custom CSS area in Theme Settings

    .sticky-header .main-nav .menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    3. Yes, you can upload your custom picture for each category in Dashboard -> Products -> Categories.

    Kind Regards

    #44945

    Kahan Ryan
    Participant

    hi

    Thank you support but

    for “is it possible to make link categories menu title link ”

    I think everyone would have liked this option

    #44946

    Kahan Ryan
    Participant

    2. Try to add the following code snippet to the Custom CSS area in Theme Settings

    Is that the same code is available on the following devices?

    Custom CSS for mobile landscape
    Custom CSS for mobile
    Custom CSS for tablet

    #44956

    Artem Temos
    Keymaster

    You can add it to the global CSS section.

    #44991

    Kahan Ryan
    Participant

    after theme update this code didint work

    .sticky-header .main-nav .menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    }

    #45027

    Artem Temos
    Keymaster

    Try to use this one

    .sticky-header .main-nav {
        text-align: left;
    }
    #45113

    Kahan Ryan
    Participant

    thanks

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

The topic ‘Mega menu headar and categories menu title link’ is closed to new replies.