Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    General discussion    Topic: Increase jcomments font size
Pages: [1]   Go Down
  Print  
Author Topic: Increase jcomments font size  (Read 2155 times)
0 Members and 1 Guest are viewing this topic.
googaale
Newbie
*

Karma: 0
Offline Offline

Posts: 2


« on: February 16, 2010, 02:21:17 »

Hi,

I'd like help with increasing the size of the normal comment text. I tried playing with the css and managed to change every other font size than the comment text itself. I'm using You Joomla's younews template.

Is it possible to add new BBCODE  buttons for changing fornt size and colour?

Thank you for giving us newbies chance to learn.
Logged
smor
Newbie
*

Karma: 0
Offline Offline

Posts: 11


WWW
« Reply #1 on: February 22, 2010, 03:54:04 »

Hi,

I'd like help with increasing the size of the normal comment text. I tried playing with the css and managed to change every other font size than the comment text itself. I'm using You Joomla's younews template.

Is it possible to add new BBCODE  buttons for changing fornt size and colour?

Thank you for giving us newbies chance to learn.

You could add a button that passes additional css to the #comments .comment-body. I'm not a CSS guy so can't be too specific. However, you can have an 'on-click' event (css triggered like the a:hover, just mybutton:click instead) that does 'comment-body {font-size:14px;}' or some such. Again, not my area.

for simply making the text body size bigger change this line:
#comments .comment-body {my sites custom junk}

You can just add 'font-size: 12px;' which would make the font size in the main comment display box 12px.

#comments .comment-body {everything else that was here before;font-size: 12px}
Logged
googaale
Newbie
*

Karma: 0
Offline Offline

Posts: 2


« Reply #2 on: March 05, 2010, 02:56:20 »

Thank you very much smore
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    General discussion    Topic: Increase jcomments font size
 
Jump to: