Allowing inline <STRONG> to be </STRONG>

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
Mon Aug 12, 2013 2:53 am
Reply with quote
Report this post
I can't find the section of CSS I need to edit out that strips inline styling, STRONG, in particular, to remain in print.

In this article, for example: http://www.enewspf.com/latest-local/452 ... icago.html

Take the first bullet point:

1. Breastfeeding is not sexual. Nursing is a necessary and beneficial act, done by a mother primarily to benefit her baby. Those who see a woman using her breast to feed her child as a sexual or offensive act are viewing a biological function through the lens of a hypersexualized society – one where it is acceptable to flaunt and cheapen our bodies, but less acceptable to use them in a natural and healthy way to benefit our babies.

As it appears above, "Breastfeeding is not sexual" should appear bold, but does not do so in the site.

What can I do?

Thanks,

GK
User avatar
Junior Boarder

GK User
Mon Aug 12, 2013 5:46 am
Reply with quote
Report this post
Hi,
is "bold" but a little bit, so please use this code:

Code: Select all
b,strong {font-weight:bold;color:#000;}


How to: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Mon Aug 12, 2013 5:58 am
Reply with quote
Report this post
Nailed it with this:

Code: Select all
b,strong {font-weight:bold !important;color:#000;}


Had to add !important. Looks great now.

Thank you!
GK

Pawel F wrote:Hi,
is "bold" but a little bit, so please use this code:

Code: Select all
b,strong {font-weight:bold;color:#000;}


How to: http://www.gavick.com/documentation/joo ... -template/
User avatar
Junior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.