Hi I would like to do the following on my blog and post layout.
Blog:
1. Remove author bio
2. Move Title above Featured Image and center it
3. Center Featured Image and change the size of the image
Post
Same as above but keep author bio
Hey adamp81,
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
.html_modern-blog #top .post-entry h2.post-title,
#top .fullsize .flex_column .template-blog .post-title {
text-align: center;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks victoria. That worked for centering and moving title but it didn’t remove the author bio from the blog page and it didn’t change anything on single posts?
Hi adamp81,
I wrote to you about the author bio in the private content, it is added by some plugin, not by the theme.
Best regards,
Victoria