Home Forums WoodMart support forum Change header fonts and categories name

Change header fonts and categories name

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #48254

    kreativeabu
    Participant

    Hi, i want navigation header fonts in small letters and want to change the name of “Browse Categories” to “Department”

    #48282

    Hello,

    In order to set font-size, please navigate to Theme Settings > Typography.

    If you want to rewrite “Browse Categories” you will need to upload a free plugin Loco Translate. You can find more detailed manual in this video tutorial: https://youtu.be/D3NsDdMzsls

    Kind Regards

    #48286

    kreativeabu
    Participant

    hi, i don’t want to change font size. I want to change fonts from capital letters to small letters in header navigation

    #48290

    kreativeabu
    Participant

    And want to remove the browse categories icon on the left also

    #48306

    Hello,

    In order to set capitalize letter for menu, use this CSS:

    .woodmart-navigation .item-level-0>a {
        text-transform: none;
    }

    If you need capitalize letters in Browse Categories as well, use this CSS:

    .menu-opener .menu-open-label {
        text-transform: none;
    }

    If you want to hide the icon in Browse Categories, use this CSS :

    .menu-opener > .burger-icon {
        display: none;
    }

    Best Regards

    #48309

    kreativeabu
    Participant

    remove the blank space in browse categories

    Attachments:
    You must be logged in to view attached files.
    #48324

    Hello,

    Please add this code to custom CSS area in the Theme Settings in order to correct:

    body .menu-opener {
        min-width:auto;
    }

    Best Regards

Tagged: 

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