HomePage Forums Themeforest Kosi – Furniture WooCommerce WordPress Theme Any way to edit the Handheld menu?

Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6051
    AvatarSPshop2
    Support Expired

    Hi, i was wondering if there’s any way to edit how the Handheld menu looks. I would like to make the typography a little bigger and change the color of some elements.

    Does it have to be made in CSS or can i do it in other ways?
    Website still in staging so i can’t provide any viable link

    #6054

    Hi,

    To edit this footer, please go to Appearance -> Elementor Header & Footer Builder -> Click edit Footer Bar: https://prnt.sc/1w6xcgb

    -> Select Responsive Mode(1) -> Select Tablet or Mobile (2) -> Click Edit Item Widget (3) -> Edit this link (4): https://prnt.sc/1w6yjd3

    #6059
    AvatarSPshop2
    Support Expired
    This reply has been marked as private.
    #6063

    Yes, you need to add custom CSS to file style.css( child-theme):

    //Font size and color

    .mobile-navigation ul>li.menu-item>a, .mobile-navigation-categories ul>li.menu-item>a{
    font-size: your-size !important;
    color: #your-color !important;
    }

    Activate color:

    .mobile-navigation ul.menu li.current-menu-item>a, .mobile-navigation ul.menu li.current-menu-ancestor>a, .mobile-navigation ul.menu li.current-menu-parent>a, .mobile-navigation-categories ul.menu li.current-menu-item>a, .mobile-navigation-categories ul.menu li.current-menu-ancestor>a, .mobile-navigation-categories ul.menu li.current-menu-parent>a{
    color: #your-color !important; 
    }
    #6067
    AvatarSPshop2
    Support Expired
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.