Greetings!
I’d like to center align a blog posts title:
How do I center align blog posts title in this area? Currently they are align-left.
Thank you!
Hey leekiya,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
text-align: center!important;
}
Best regards,
Yigit