By Michel Broggi on Sunday, 21 August 2016
Posted in Technical Issues
Likes 0
Views 660
Votes 0
Hi,

If you look here: http://staging2.sela.info/sela/sela-forum you will see that the font for the forum is much to small. Can I force Easydiscuss to take the font settings for my template? Or how can I increase the font?

Thanks,
Michel
Hello Michel,

You can actually add the block of css codes below, so that all the font size would be at 14px

·
Monday, 22 August 2016 00:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

Thanks for the reply.
This works, but just for the text of the postings. The labels of the navbar are still very small and also the titles of the postings should be a bit larger.

Thanks,
Michel
·
Monday, 22 August 2016 16:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Michel Broggi,

Can you try this css code and see how it goes?
#collapse-cat-2 a.ed-cat-name {
font-size: 16px;
}

li.is-active a.ed-navbar__footer-link {
font-size: 15px !important;
}
·
Monday, 22 August 2016 16:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Muhammad,

after removing the .is-active from the code above the font now displays how I'd like it to be.

Thanks,
Michel
·
Monday, 22 August 2016 17:00
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 22 August 2016 17:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post