• Hello,
    Top bar with phone and cart not shown in mobiles
    (also in your official demo)
    and also there is only one menu on theme ? which will be the menu for the woocommerce/shop/categories ?

    Thank you

Viewing 1 replies (of 1 total)
  • Theme Author Template Express

    (@danstriker)

    Hello,

    a display none has been added to hide these elements. Remove or adjust the following styles for them to appear again:

    .topbar_content_left {
    display: none;
    }
    .topbar_content_right {
    display: none;
    }

    Woocommerce adds in their own pages and you can make a custom menu to add categories etc

Viewing 1 replies (of 1 total)
  • The topic ‘Top bar with phone and cart not shown in mobiles’ is closed to new replies.