This topic has 5 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #60275
     Neptin
    Participant

    For some reason the instagram icon is smaller than the rest in the kleo About Us widget in the footer of the pages

    #60381
     Laura
    Moderator

    Hello, could you link me to your website? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #60390
     Neptin
    Participant

    woofd.com

    #60495
     Laura
    Moderator

    Hello, you can fix it with this css code

    COPY CODE
    
    .icon-instagram:before {
      content: "\f16d";
      font-size: 26px;
    }
    

    Please add it to quick css in your theme options or to style.css in the child theme files

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #63860
     Neptin
    Participant

    While this makes the icon in the About Us section the correct size, it also enlarges the icon in the top header menu. How can I make ONLY the icon in the About Us section the right size?

    #64102
     Laura
    Moderator

    Hello, this will do it:

    COPY CODE
    
    div#kleo_about_us-2 a.has-tip.tip-bottom .icon-instagram {
      font-size: 18px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?