jimdougherty
asked 11 years ago

Would you please show me how to eliminate the author box from the bottom of my posts? Thank you!

1 Answers
DominicStaff
answered 11 years ago

if you hide author box from the bottom of my post , you can login Dashboard > theme options > copy and paste code go to frame “Enter scripts or code” .
.author-info {
display: none;
}
.entry-meta.entry-meta-bottom {
border: none !important;
margin: 0 !important;
padding: 0 !important;
}

Regards,

Dominic

jimdougherty
replied 11 years ago

Waorked perfectly! To clarify – I posted this code in appearance->edit CSS

jimdougherty
replied 11 years ago

Thank you!

Powered by DW Question & Answer Pro