I would like to remove the author box from all posts. could you point me towards how to make that happen please?
Hi Richard,
Thanks for writing to us.
The author box is part of the theme’s design therefore there is no option to remove it.
You can remove it only using CSS. Please find the following CSS code and add that in your Theme Options > CSS.
.x-author-box
{
display:none !important;
}
Remember that the above code will work if copied as it is and don’t conflict with any existing code.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.
In the near future, you don’t need to use CSS because you can create your single post design using Layout Builder.
Please find the July status report here: https://theme.co/content/status-report-june-02-2020
Hope it helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
