Tagged: social media icons
-
AuthorPosts
-
July 25, 2024 at 11:38 am #1462960
Dear Kriesi,
How can I make the circular social media icons in the socket larger?
I would also like to make the coloured circular backgrounds for each icon white rather than invisible, so that they then change to the coloured versions on rollover.
Thanks, Richard
July 26, 2024 at 7:20 am #1463013Hey Richard,
Thank you for the inquiry.
The social icons in the socket container were already white when we checked. To adjust the size, please add this css:
#top #socket .social_bookmarks li a { float: left; width: 50px; line-height: 50px; min-height: 50px; font-size: 30px; } #top #socket .social_bookmarks { height: 50px; }
Best regards,
IsmaelJuly 26, 2024 at 3:33 pm #1463058Thanks Ismael,
I’m afraid this css results in social media icons that are not circular. I’m also not getting any background colour until I hover over the icons. See screenshots below and a link to my development site.
Best wishes,
RichardJuly 28, 2024 at 4:04 pm #1463160Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead to have larger round social icons in the socket, it also adds a white background color before mouse-over and on mouse-over the icon colors show, I have not sure what color you wanted as typically there is no color until mouse-over, feel free to adjust the color to suit.#socket .social_bookmarks li a { width: 50px!important; line-height: 50px!important; min-height: 50px!important; font-size: 30px; } #socket .social_bookmarks li { height: 50px!important; width: 50px!important; } #top #wrap_all .av-social-link-instagram a { color: var(--enfold-socket-color-meta); background-color: #fff; } #top #wrap_all .av-social-link-linkedin a { color: var(--enfold-socket-color-meta); background-color: #fff; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJuly 28, 2024 at 6:12 pm #1463163Great, thank you Mike
How can I increase the padding between the social media icons (link below)?
July 28, 2024 at 7:41 pm #1463168Hi,
Please use margin like this:#top .social_bookmarks li { margin-right: 10px; }
Best regards,
MikeJuly 28, 2024 at 7:53 pm #1463172Great, thanks Mike
July 28, 2024 at 8:20 pm #1463177Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Social media icons’ is closed to new replies.