Hyphen visible on K2-View

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 Nov 28, 2016 5:36 pm
Reply with quote
Report this post
There is a small Hyphen visible in the view. It seems to be in the header-tag of K2. I can't figure out how to put it away.
Image
The URL is http://schulblog-buochs.ch/
thanks for your help!
User avatar
Junior Boarder

GK User
Wed Dec 07, 2016 10:43 am
Reply with quote
Report this post
Anyone?
User avatar
Junior Boarder

teitbite
Sun Dec 11, 2016 2:09 pm
Reply with quote
Report this post
Hi

It's in css:

Code: Select all
.itemImageBlock + .itemBody::before, header + .itemBody::before {
    content: "-";
    position: absolute;
    top: -24px;
}


Add this to override.css

Code: Select all
.itemImageBlock + .itemBody::before, header + .itemBody::before {
display: none;
}
User avatar
Moderator


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