Author Box & Next Article & Previous Article Font Bug

Posted in: Newspaper
Post count: 53

Hi,
The author box, next article & previous article navigation cannot have the font type set.

Please help. Thanks.

Post count: 854

hi,

we cannot put everywhere the font options, but thanks for the suggestion.

try to use css to change the font family of next and prev article:

.prev-post a, .next-post a {
  font-family:Verdana, "Times New Roman",Georgia,Serif !important;
  font-size: 20px !important;
}

here:http://screencast.com/t/qBzdjukSWd

Thanks for you message.
Radu A.

Post count: 53

Hi,

The code is not working yet. Between, can I have the CSS codes for footer & comments as well?
Please see the image below:
Author Name, Author Description, Next, Previous, Next Title, Previous Title

Comment Box: Commentator Name, Commentator Email, Commentator Website, Comment Content

Footer Left (copyrights) & right:

Thanks.

Post count: 3343
.prev-post div,
.next-post div,
.author-box-wrap .td-author-name a,
.desc span,
.comment-respond input,
.comment-respond textarea,
.td-sub-footer-copy,
#menu-footer a {
  font-family: your font;
}
Post count: 53

Hi,
This is not yet changed.

Please help.

Post count: 3343

Hi,
Do you have a menu there or what?

If yes use this:

.td-sub-footer-menu li a {
    font-family: your font;
}

If not give me a link to see the issue.
Thanks!

Post count: 53

Hi Marius,

Thanks for helps.
It’s done now.

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