This topic has 2 replies, 2 voices, and was last updated 9 years by Camel.

  • Author
  • #82332
     Camel
    Participant

    Hi sir,

     

    May I know if it is possible to change CSS for mobile and keep the default CSS the same for the kleo theme? For example, I would like to have a bigger menu item’s title in mobile say 24px while keep it 20PX in desktop PC.

    Thanks

     

     

    #82401
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    @media (max-width: 991px) {
    #header .navbar-nav>li>a {
        font-size: 24px !important;
    }
    #header .navbar-nav .dropdown-menu li a {
        font-size: 24px !important;
    }
    
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #82443
     Camel
    Participant

    Great. It had been fixed. Thnks a lot!

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

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?