Thank you for your 4 star review. We really appreciate this 🙂
In regards to the font style, use the following CSS to tweak the style in your site. Add your new CSS style to the Additional CSS under Appearance -> Customize for your theme.
.sdm_download {
display: inline-block;
text-decoration: none;
font: bold 12px/12px HelveticaNeue, Arial;
padding: 8px 11px;
color: #555;
border: 1px solid #dedede;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
Enjoy the plugin.
Kind regards.
I thank you for the code yet cannot make it work. I am using the google Gruppo font. the website is terra.ngo and the document titles when I use yours always show up in your font.
It would be nice if you could provide me with the code snippet so I can make the document titles inherently Gruppo H3.
thank you very much for your help
kind Regards,
Nils
Hi, the CSS code I shared above was just a sample for you to play with. However you might like to try the following one.
.sdm_download blue sdm_download_with_condition {
font-family: 'Gruppo';
}
Let me know how you go.
Kind regards