Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #278329

    Hi there! Could you please send along the quick CSS to increase the social media icon size? I would like to increase them quite a bit, say between 250 – 500% (essentially so that they fit in the main header space).

    #278331

    Hey!

    Try adding this code to the Quick CSS:

    .social_bookmarks li a {
        font-size: 26px;
    }

    Cheers! 
    Josue

    #278338

    Also, just wondering if there would be a way to replace the default entypo-fontello icons with custom image icons?

    #278340

    Not images but other custom font icons yes, refer to this article:
    http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/

    Cheers!
    Josue

    #278342

    Thanks again! You guys are amazing, great theme, excellent support. One last thing, can the spacing be increased between the sm icons, and also the circle radius when rolled over increased as well? I guess that is 2 things… :)

    #278367

    Can you post the link to your website please?

    Regards,
    Josue

    #278401
    This reply has been marked as private.
    #279368

    Hey!

    Sorry for the late reply! Please add folllowing code to Quick CSS as well and adjust as needed

    #top .social_bookmarks li, #top .social_bookmarks li a { width: 40px; }
    #top .social_bookmarks li a { line-height: 40px; min-height: 40px; }
    #header_main nav .social_bookmarks { height: 40px; }
    #top .social_bookmarks li { margin-left: 5px; }

    Best regards,
    Yigit

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