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
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