Bold

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 03, 2014 8:23 pm
Reply with quote
Report this post
For some reason when I write articles using joomlas native article component the text doesn't display any differently when I have sections in bold.
I have checked the articles using "toggle editor" and in the editor the text appears as "<strong>text here</strong>". I tried changing it to "<bold>text here</bold>" but this did not work.

I can confirm that italics work and I am using the TinyMCE editor, latest version.

Any help for this would be appreciated.
User avatar
Fresh Boarder

GK User
Fri Jan 03, 2014 8:56 pm
Reply with quote
Report this post
Hi,
I know why, it's because we overridden strong and b(old) class.

<bold> --??? there is not such a thing in html4
User avatar
Platinum Boarder

GK User
Fri Jan 03, 2014 9:07 pm
Reply with quote
Report this post
at the bottom of those files:
templates/gk_magazine/css/template.css
and
templates/gk_magazine/css/editor.css
add:
Code: Select all
  strong, b { font-weight: bold;  color: #333; font-weight:700; } 

this should fix it.
User avatar
Platinum Boarder

GK User
Fri Jan 03, 2014 9:36 pm
Reply with quote
Report this post
I only needed to add the code you supplied to the bottom of:
templates/gk_magazine/css/template.css

It was already displaying for me in the editor but not for the template when viewing the completed article.

Thank you very much for your help and your quick response!
User avatar
Fresh Boarder


cron