Okay
  Public Ticket #2835193
"All" Category title / No Hamburger
Closed

Comments

  •  1
    dave started the conversation

    Hi

    1. I would like to change the "All" category title into capital letters. (see attachment)

    2. I would like to remove the hamburger menu in the desktop version and show all the menu (text) titles directly.

    Thanks a lot

    Dave

  • [deleted] replied

    Hi Dave,

    1— Please add the code below to your Custom CSS area:

    .product-filter ul li a {
        text-transform: uppercase;
    }

    2— Here is the option, just need to untick "Show menu links only when clicking menu bar".

    medium
    (view on a new page)

    Have a nice day!