Hi,
You will have add the necessary CSS in Appearance > Customize > Additional CSS.
Kind Regards
I sort of figured that, but I’m not a coder. Can you provide the necessary code to override the default “center” formatting?
Hi,
The CSS property to center text is text-align:center but you have to target the element first and then apply it.
For example to change the ‘Welcome to Vega’ title you will have to write
.frontpage-content .block-title h2 { text-align:left; }
In this page you can find more information about finding elements and adding CSS rules for them.
Kind Regards