Hi,
How I can remove the Author name from the Main Blog Page? And Also I would like to enable comments for our articles, how can I do that? The options is already enabled in the Discussion Settings page.
Regards,
Sumeru
Hey Sumeru!
Add this to Quick CSS:
.blog-author.minor-meta, .text-sep-cat {
display: none;
}
Regarding the other thing, have you tried disabling all third-party plugins to see if the comments come up?
Cheers!
Josue
Hi David!
I tested that code on your website (live editing) and it worked, make sure you put it outside of any media queries or not after a typo in your stylesheet.
Regards,
Josue
Hi!
Add this:
#top #main .content, #top #main .sidebar {
border: 0;
}
Best regards,
Josue
Hey Sumeru!
The code is inside a media query in your Quick CSS, that’s why it’s not getting applied:
.blog-author.minor-meta, .text-sep-cat {
display: none;
}
Regards,
Josue
Hi Josue,
Thanks, all good now. You can close this thread.
Regards,
Sumeru