New Landing How can we help? Cardinal Menu style

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Cardinal
  • #150208
    jhconcept
    Member
    Post count: 14

    I posted this question 2 days ago on the comments section in the cardinal page without any response…. lets try here

    I am using header 4 but want to have the top bar visible all times. Now it only shows when i reach a wooommerce page.?

    Why the menu in woocommerce does not keep the same style as the rest?

    http://caffebertoni.com/ has the main style that has to be on all the website includint the woocommerce section but i want to add the top bar to it.

    http://caffebertoni.com/shop/ has a different style menu that I dont want BUT has the top bar ???

    #150244
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The header on http://caffebertoni.com/shop/ is the compulsory header for all pages. However there is a ‘naked’ header option for pages, which allows you to have the slider behind the header and the header transparent. However you can’t have a naked header on woocommerce pages

    – Kyle

    #150264
    jhconcept
    Member
    Post count: 14

    mmm ok that sucks!! how about mu other question??

    I am using header 4 but want to have the top bar visible all times. Now it only shows when i reach a wooommerce page.? I want visible all the time

    #150265
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    body[class*="header-naked"] #top-bar {
      display: block!important;
    }
    

    – Kyle

    #150277
    jhconcept
    Member
    Post count: 14

    Ok thanks it works, can you please tell me how to make it transparent also to match the rest.

    Thank you !

    #150280
    jhconcept
    Member
    Post count: 14

    Actually it just displays the links at the top bar but we can’t click on them ??? So the fix you gave me does not work just good to display…. It’s weird

    #150510
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    body[class*="header-naked"] #top-bar {
      display: block !important;
      z-index: 999;
      position: absolute;
      top: 0;
      width: 100%;
    }
    #top-bar .container .tb-left, #top-bar .container .tb-right {
      z-index: 102;
    }

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register