Home Forums WoodMart support forum BROWSE CATEGORIES – Problem!

BROWSE CATEGORIES – Problem!

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #100162

    [email protected]
    Participant

    Greetings,
    I want to do 2 things:
    1. Change browse categories menu from hover to clickable
    2. Change the font of Browse Categories title. I know I can do it with advanced typography option, but I use Georgian language and the fonts, I changed all the fonts with Use Any Font plugin, because your theme couldn’t help me with Georgian fonts (they are not working if I upload using theme’s custom font changer).
    Plugin changed all of the fonts, except the Browse Categories title. It has the option to change specific element’s font, but I don’t know what is the name of this element.

    Can you help me?

    #100184

    Hello,

    1. Navigate to Appearance > Menu > enter menu item and find the option http://prntscr.com/m3ptdr

    2. Try this class or this code:

    .menu-opener .menu-open-label {
        color: red;
    }

    You can use the class in the Advanced typography or take this code into the Theme Settings > Custom CSS > Global and insert your styles.

    Best Regards

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