k2 problems

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Mon May 10, 2010 6:48 pm
it is possible remove name of field in k2 and leave just content
all field


removed name of fields
User avatar
Junior Boarder

GK User
Mon May 10, 2010 6:48 pm
User avatar
Junior Boarder

GK User
Mon May 10, 2010 6:50 pm
i want that the name of field disappear, becouse i will have a 7 languages and i wand that in content will be just data from items?
User avatar
Junior Boarder

Robert Gavick
Mon May 10, 2010 7:01 pm
The most easily:

Edit the k2.css file ( templates/gk_corporate2/css/k2.css):

Code: Select all
div.itemExtraFields ul li span.itemExtraFieldsLabel {
display:none;
float:left;
font-weight:bold;
margin:0 4px 0 0;
width:0;
}


and

Code: Select all
div.itemExtraFields ul li span.itemExtraFieldsValue {
display:block;
margin-left:0;
}


Done.
User avatar
Administrator


cron