Tagged: Blog, feature image, theme update, title
Hi, the new theme interface is very sketchy and unclear.
1) Is it possible to revert the page editing backend to pre-theme-update format?
2) In case the above is not possible, then please help me remove the Title and Feature image from being seen on the blog page:
Blog with issue – https://www.goettling.me/archives/14/11649/
Blog without issue – https://www.goettling.me/archives/57/11627/
Looking forward to your assistance.
Thank you.
Hey Oliver,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.single.single-post .single-big.big-preview {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi, thank you for the assistance.
The code helped in the removal of the feature image, but the title and date are still visible.
Any possibility to remove the title and date also?
Thank you.
Hi,
Add this to quick css:
.entry-content-header{
display:none!important;
}
Best regards,
Jordan Shannon