Hyphen visible on K2-View
Rate this topic: 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.
The URL is http://schulblog-buochs.ch/
thanks for your help!
The URL is http://schulblog-buochs.ch/
thanks for your help!
-
- Junior Boarder
- teitbite
- Sun Dec 11, 2016 2:09 pm
- Reply with quote
- Report this post
Hi
It's in css:
Add this to override.css
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;
}
-
- Moderator
3 posts
• Page 1 of 1