Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #126298
    skynet
    Participant

    Hello great CatchThemes, is there any way to make mobile “Menu” text bold?

    #126339
    Mahesh
    Keymaster

    @skynet: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #access ul.menu a {
        font-weight: bold;
    }

    Regards,
    Mahesh

    #126357
    skynet
    Participant

    Hello Mahesh Thank you for answer! This css only make bold not the “Menu” but the text inside menu i just want to make Bold only the “Menu” text on mobile not the other text page inside. Please take look at the screenshot is this possible?

    https://www.dropbox.com/s/y6jhpgsv1he01bh/Screenshot%202017-11-19%2017.01.04.png?dl=0

    #126386
    Mahesh
    Keymaster

    @skynet: Please add the following CSS:

    #menu-toggle-primary .mobile-menu-text {
        font-weight: bold;
    }

    Regards,
    Mahesh

    #126388
    skynet
    Participant

    Perfect!! Thank you Mahesh

    #126400
    Mahesh
    Keymaster

    @skynet: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Make Menu Text Bold on Mobile’ is closed to new replies.