Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1021201

    Hello, I would like to please, enlarge the icons of social networks in home page. Instagram and Youtube They are too small by default.
    thank you in advance

    #1021222

    Hey gabs01,
    Please try this code in the General Styling > Quick CSS field:

    /* larger header social icons */
    #top #wrap_all .social_bookmarks li a {
      width: 30px!important; 
      line-height: 30px!important; 
      min-height: 30px!important; 
      font-size: 20px!important; 
      }
      
      #top #wrap_all .social_bookmarks li {
      height: 20px!important; 
      width: 30px!important; 
      }
      
      #top #wrap_all .social_bookmarks {
          height: 60px!important;
      }

    please adjust to suit.

    Best regards,
    Mike

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