• Resolved schmie

    (@schmie)


    Hi there,

    first off, thank you for this great theme!

    One question:
    I try to set the secondary menu up with my shop categories, works fine so far. But how is it possible, that this menu only is displayed in the shop, not on the main pages?
    (like on the demo site)

    It is possible with the free theme? Or only on premium?

    Regards

    schmie

Viewing 6 replies - 1 through 6 (of 6 total)
  • It’s should display everywhere can you send me a link?

    Kadence Themes

    Thread Starter schmie

    (@schmie)

    Link to my Site

    I want the white secondary menu only to be displayed on the shop site, hope u know what I mean. It IS actually displayed everywhere, but this is not what I want.

    .navclass {
    display: none;
    }
    .shop .navclass {
    display: block;
    }

    Add that to your custom css box in the theme options.

    Kadence Themes

    Thread Starter schmie

    (@schmie)

    HI,

    thank your the quick answer and help, you’re the man!

    But unfortunately it won’t work with this code. I thin I have to learn some coding, too ??
    When my wishes could be solved with the premium theme, I have to buy it!

    opps, sorry it’s this:

    .navclass {
    display: none;
    }
    .post-type-archive-product .navclass {
    display: block;
    }

    Kadence Themes

    Thread Starter schmie

    (@schmie)

    OMG! You’re really the man!!
    Tank you SO much!
    Like I said, I have to learn coding…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Secondary Menu only on Shop’ is closed to new replies.