PHOTO

Support forum dedicated to GavickPro free and premium WordPress themes.
GK User
Thu Mar 17, 2016 11:08 am
Remove author picture and reference to author from posts
User avatar
Junior Boarder

Joshua M
Thu Mar 17, 2016 12:46 pm
Hello,

Try to add the following code into the theme’s css/override.css file or use any custom css plugin:
Code: Select all
.single .item-author,
 .page .item-author {
   display: none;
 }
 .single .entry-title,
 .page .entry-title {
   margin-top: 80px;
 }
User avatar
Moderator


cron