NSFW
I need to add Reddit social media icon to this. Can you tell me the icon info?
This is the code for You Tube below. I need the Reddit info please:
<li class=”social_bookmarks_youtube av-social-link-youtube social_icon_6″><span class=”avia_hidden_link_text”>Youtube</span>
and is there a way to make these icons larger?
Hi,
Thank you for the inquiry.
You can use this html to display the reddit icon:
<li class="social_bookmarks_reddit av-social-link-reddit social_icon_5"><a aria-label="Link to Reddit" href="#" aria-hidden="false" data-av_icon="" data-av_iconfont="entypo-fontello" title="Reddit"><span class="avia_hidden_link_text">Reddit</span></a></li>
And to adjust the size of the icons, add this css code:
#footer .social_bookmarks li a {
font-size: 20px;
line-height: 20px;
}
Best regards,
Ismael
Ok thanks. And can I make these even bigger? I tried increasing the numbers in you code, but it just cut off the icons.
Hi,
Where can we check the social icons? Please provide the site URL in the private field.
Best regards,
Ismael
NSFV
Bottom left widget
Hi,
Thank you for the update.
You can use this css code and adjust the values as needed:
#top #wrap_all #footer .social_bookmarks {
height: 80px;
}
#top #footer .social_bookmarks li {
height: 100%;
width: 80px;
}
#top #footer .social_bookmarks li a {
font-size: 48px;
height: 48px;
width: 80px;
line-height: 60px;
}
Best regards,
Ismael
thanks!