After I set blog to be homepage….all titles are no longer centered ( which previously worked after importing demo).
How do I fix that?
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .fullsize .flex_column .template-blog .post-title, #top .fullsize .flex_column .template-blog .post-meta-infos {
text-align: center;
}
Best regards,
Yigit