Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1412637

    Hello,
    Social media icon sizes are too small.
    How can I increase the size of these icons and change their color

    #1412657

    Hey tulin88,

    Thank you for the inquiry.

    You can add the following css code to adjust the size and color of the social icons.

    #top .social_bookmarks li {
        width: 60px;
    }
    
    #top .social_bookmarks li a {
        width: 60ox;
        line-height: 60px;
        min-height: 60px;
        font-size: 30px;
    }
    
    #top .header_color .social_bookmarks a {
        color: red;
    }

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

    Best regards,
    Ismael

    #1412898

    Ismael thanks for help
    I have 2 questions.
    1.question; In which css file I will add the following codes.

    2.question: “Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.” You wrote this sentence, I did not understand anything, can you please explain in more detail.

    #1412901

    Hi,
    Please ad the css to Enfold Theme Options ▸ General Styling ▸ Quick CSS field.
    To “toggle” disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression then check your site.
    You can re-enable afterward if you like.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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