In themeblvd_contact_bar() and themeblvd_blog_share(), there's no way to style tooltips based on the social media source because the tooltips are outside the <a> tags and the <li> tags have no CSS classes.
So let's add a CSS class to those list items like li-pinterest, making CSS like this possible:
In
themeblvd_contact_bar()
andthemeblvd_blog_share()
, there's no way to style tooltips based on the social media source because the tooltips are outside the<a>
tags and the<li>
tags have no CSS classes.So let's add a CSS class to those list items like
li-pinterest
, making CSS like this possible: