Is the font used in social counter included in theme panel customisation?

Posted in: Newspaper
Post count: 89

I see loads of options for changing fonts but I can’t seem to make any changes on the text and numbers in the social counter. I want to see about making the font helvetica and more like the plain text I have in use on my site.

Post count: 23312

Hello london789,

Unfortunately, our theme does not have such an option that offers you a way to change the font for your Social Counter. So, if you want to change it, you will have to use a bit of CSS code to do that. Please notice that the font which you have to call with the CSS code will have to be loaded on your theme because otherwise the font will not be displayed.
For example, you can use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_block_social_counter {
font-family: "Helvetica Neue", Helvetica, sans-serif;
}

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.