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.
#gkMainbody b, #gkMainbody strong {
color: #111111;
font-weight: 700;
}
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;
}