Bold is not shown in text?

GK User
Mon May 26, 2014 5:34 pm
I can not get the bold-functionality to work in my K2 items. Although the code says it is bold ... the presented page on the web is not.

Please assist.
User avatar
Gold Boarder

GK User
Mon May 26, 2014 7:27 pm
Hi,
yes this is stupid bug, let me sorry for this and here is a fix:
Code: Select all
#gkMainbody b, #gkMainbody strong {
    color: #111111;
    font-weight: 700;
}
User avatar
Platinum Boarder

GK User
Mon May 26, 2014 7:33 pm
Pawel F wrote:Hi,
yes this is stupid bug, let me sorry for this and here is a fix:
Code: Select all
#gkMainbody b, #gkMainbody strong {
    color: #111111;
    font-weight: 700;
}



Thanks, works fine now ;)
User avatar
Gold Boarder


cron