This topic has 1 reply, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #146482
     Philippe
    Participant

    Hi,

    1) Is it possible to disable social icon on mobile version?

    2) And in the other hand I would like to enlarge them on deskotp version (currently displayed in  top bar)?

    Thanks.

     

    #146521
     Laura
    Moderator

    Hello, use this css, add it to style.css of child theme
    1-

    COPY CODE
    
    @media only screen and (max-width: 960px) {
    #top-social {
        display: none !important;
    }
    }
    

    2-

    COPY CODE
    
    ul.kleo-social-icons i:before {
        font-size: 20px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?