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:
On the post itself:
********************************************************************************
Thanks
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:
On the post itself:
********************************************************************************
Thanks
-
- Fresh Boarder
- GK User
- Mon Jun 23, 2014 10:28 am
yea, I was wondering about that myself. I'd prefer without.
-
- 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).
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;
}
-
- Moderator
3 posts
• Page 1 of 1