Hey,
i was wondering if there is a way to center all H1-Headings only on full-width pages to center.
Have a nice day
Hey,
i was wondering if there is a way to center all H1-Headings only on full-width pages to center.
Have a nice day
Hi @nghtmre,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
body.page-template-page-fullwidth #primary h1.entry-title,
body.page .row.full-width #primary h1.entry-title {
text-align: center;
}
Best Regards,
Movin
thanks Movin,
youโre the best
You are most welcome here