• Resolved anusha75

    (@anusha75)


    Hi I’d like to increase the font weight of a particular menu item on the MOBILE MENU. I have the item number. how can i change that? Please help with css code?

    Thanks so much!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Try to use the below code and edit the menu item number to change font-size –

    #mobile-dropdown ul li.menu-item-118 a {
        font-size: 20px !important;
    }
    Thread Starter anusha75

    (@anusha75)

    Thanks Amit, but doesnt work Amit. there is no change. Even after saving on customiser. :{ i was trying to make it bold instead.

    #mobile-dropdown ul li.menu-item-4330 a {
    font-weight: 700 !important;
    }

    • This reply was modified 6 years, 8 months ago by anusha75.

    Are you using dropdown or sidr style for mobile menu?

    Thread Starter anusha75

    (@anusha75)

    Sidr style

    I tried

    #sidr-class-dropdown ul li.menu-item-4330 a {
    font-weight: 700 !important;
    }

    but still no luck. What to do?

    • This reply was modified 6 years, 8 months ago by anusha75.

    Try to use the below code –

    .sidr-class-dropdown-menu li.sidr-class-menu-item-8964 > a {
        font-weight: 700;
    }
    Thread Starter anusha75

    (@anusha75)

    PERFECTION! 🙂 Thanks!

    You’re welcome!

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

The topic ‘Mobile menu item css’ is closed to new replies.