bold text not working

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jan 24, 2014 1:11 pm
Reply with quote
Report this post
I've problem to insert the bold attribute with the editors (tinymice and jce)...
all is ok in the editors but not visible in the site.
i've tried to add the code inthe editor.css anda template.css as suggested in another topic but none changed.

can you help me please?

Thanks in advance,
Luke

ex: http://www.fondazionepontina.it/index.p ... -nazionale
User avatar
Senior Boarder

GK User
Fri Jan 24, 2014 4:32 pm
Reply with quote
Report this post
I've noticed that the problem is only with Chrome browser...
User avatar
Senior Boarder

GK User
Fri Jan 24, 2014 4:49 pm
Reply with quote
Report this post
Solved adding code to the Custom CSS code in the template panel....
b, strong {
font-weight: bold;
}
User avatar
Senior Boarder

GK User
Sat Jan 25, 2014 7:43 pm
Reply with quote
Report this post
Hello,

Please also check if the text looks better with using the following code:

Code: Select all
b, strong {
font-weight: 600;
}


Because as I remember "bold" was too heavy and created too big difference between bolded and normal text.
User avatar
Administrator


cron