Font Bugs on Footer 3

Posted in: Newspaper
Post count: 53

Hi,
There’s bugs on footer font for Footer 3.
Here’s the attachments for the configurations:
Font type: I changed the font type on the /wp-content/themes/Newspaper/includes/wp_booster/td_fonts.php

and select the all fonts at the theme panel -> Custom Typography to this font.

There are differences of font type shown in the footer 2 & footer 3.

This is the configurations:

Footer 2 configurations:

Footer 3 configurations:
http://deepciel.com/wordpress/wp-content/uploads/2014/04/Screen-Shot-2014-04-16-at-1.45.28-PM.jpg

Post count: 53

Can I know how to change the font on Footer 3 so that the Footer 3 font is the same?
Thanks

Post count: 53

It having the same problem with Recent Comments & Text Widget as well.
Please assist.

Post count: 3343

Hi,
You need to change from CSS for some parts.

Try this CSS, add it in Theme panel -> custom CSS

.td_popular_categories {
    font-family: -- your font family --;
}

For recent comments and test widget use this:

.textwidget,
.widget_recent_comments .recentcomments {
    font-family: -- your font family --;
}

Thanks for the message!

Post count: 53

Hi Marius,

Thanks, problem solved. 🙂

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