Delete Date, Author, categories from Post

Steak House, food and drink theme, is now available on support forum.
GK User
Wed Jan 13, 2016 1:15 pm
Hello,

i would you like to delete information form post in news grid! every single post!

and i have another problems, i want to remove the button "find more news". In which code NSP should I look for?

thanks
antonello
User avatar
Fresh Boarder

Joshua M
Thu Jan 14, 2016 9:31 am
Hi,

So do you want to show only images on your news grid?

Add the following custom css code to remove "find more news" button:
Code: Select all
.gk-nsp-news_grid > a {
  display: none;
}
User avatar
Moderator

GK User
Thu Jan 14, 2016 11:00 am
Thanks Joshua M the code works!!! :) I want to remove the information that appear in post page. Look a image Image
User avatar
Fresh Boarder

Joshua M
Fri Jan 15, 2016 9:40 am
Try to add also this css code:
Code: Select all
.item-info,
.item-author,
.entry-header time {
  display: none;
}
User avatar
Moderator

GK User
Fri Jan 15, 2016 10:47 am
Thanks!!!! :)
User avatar
Fresh Boarder


cron