Hi!
The share buttons at the end of my blog posts are partially hidden. Would you know how I can fix this?
Best regards,
Poirot
Hi Poirot!
Add this to your custom CSS.
.template-blog .post .entry-content-wrapper { overflow: visible !important; }
Cheers!
Elliott
Hi Elliott,
Great, thank you! Still have a font question regarding these share buttons. I notice that the slide-over text “Share on Facebook” is still in Helvetica, while I’m using another font across the site. Is there a way to override Helvetica where it is still active?
Best regards
Poirot
Hey!
use this code in Quick CSS field:
#top .avia_hidden_link_text {
font-family: verdana;
}
and choose any other font you want.
Cheers!
Andy
Hi Andy,
Brilliant, thank you for your help!
Best regards,
Poirot