Mysterious "dash" between title and post body

April 2014 WordPress Theme
GK User
Mon Jun 23, 2014 8:01 am
Hi,
There is this mysterious dash between the title and the post body.
Is that because I disabled the post info (author, date, etc.)? Is it possible and how to remove that?

********************************************************************************
On the category page:
Image

On the post itself:
Image

********************************************************************************
Thanks
User avatar
Fresh Boarder

GK User
Mon Jun 23, 2014 10:28 am
yea, I was wondering about that myself. I'd prefer without.
User avatar
Expert Boarder

GK User
Tue Jun 24, 2014 10:27 am
Hello,

It's element of the layout :)

If you want to remove it, please add this code into css/override.css file (first enable this override option from Template Options -> Advanced tab).

Code: Select all

#gk-article-containter article header:before,
article .featured-image + .content:before,
#gk-mainbody article > header + .content: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.