Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1371278

    Hello

    How can I adjust the size of the social me3dia icons in the top header extra option?

    Thanks
    B

    #1371298

    Hey schwabino,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the social icons in the top header.

    #top #header_meta .social_bookmarks li a {
        width: 60px;
        line-height: 60px;
        min-height: 60px;
        height: 100%;
        font-size: 20px;
    }
    
    #header_meta .container {
        min-height: 60px;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1371668

    hmm I tried adding this flushed the cache turned off file compression and saw no change to the size?

    any ideas?

    Thanks
    B

    #1371697

    Hi,

    Could you post a link to where we can see the actual elements please?

    Best regards,
    Rikard

    #1371702
    This reply has been marked as private.
    #1371705

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .av-logo-container .social_bookmarks li a {
      font-size: 20px;
    }
    

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.