Author and Date in post disable

GK User
Tue Oct 27, 2015 9:56 pm
Hello,
In witch way in Technews tamplete I could disable date, author, avatar and other things in post page ? Sould I edit some css file (witch one and where) ?

I also check "screen options" in post page but I can't found nothing... Please let me know

Best regards
Wojtek
User avatar
Fresh Boarder

GK User
Tue Oct 27, 2015 10:29 pm
Hello,

Try to add the following code into the theme’s css/override.css file. You can also use any custom css plugin or style.css file if you are using child theme:

Code: Select all
.single-page .item-top-info,
.single .item-info {
  display: none;
}

User avatar
Moderator

GK User
Wed Oct 28, 2015 12:15 am
It's working fine :)

Case close
User avatar
Fresh Boarder

GK User
Wed Oct 28, 2015 4:08 pm
Hello again,

http://mad.home.pl/website_novaverta/archiwa/246

I disable author, avater, date etc. but where I could set left margin ? when you will see my page, the place where was autor and avatar now is white, but I need to set left marin same as right.

Best Regards
User avatar
Fresh Boarder

GK User
Wed Oct 28, 2015 8:02 pm
Hi,

Try to add also the following code:
Code: Select all
.single .item-info + .item-body {
  padding-left: 0
}
User avatar
Moderator


cron