By Syaeful Bahri on Tuesday, 01 September 2015
Posted in General Issues
Replies 3
Likes 0
Views 730
Votes 0
Hi,

i need to change the size of the font of this part, below i'm attach the screenshoot

https://monosnap.com/file/3CBE0PLdeWlPAojmEH8TEdFYrZ2MI0

what should i do? thanks for your help
Hi Syaeful,

Can you provide us with the page url and access details as well so we can inspect the css element closely?
·
Tuesday, 01 September 2015 18:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Ezrul,

I'm testing easy discuss on my localhost, i need to change font size of the word because it's to small to read, what should i do?

thanks
·
Wednesday, 02 September 2015 12:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Syaeful,

Try to apply the following css code inside your template.css. To be honest I am not sure if the font is followed by your current template itself or easydiscuss hence the css hack might not be working correctly on your side.
div#discuss-wrapper .nav-tabs > li a, #discuss-dialog .nav-tabs > li a {
font-size: 20px;
}
·
Wednesday, 02 September 2015 13:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post