I’m trying to center the heading for every section on my homepage, but adding the code h2 {
text-align: center;
}
To the custom section CSS is not working (for some reason it only worked inside a Featured Collection section) but when I try to add the same code to other sections: Collection list, Multicolumn, it does not affect the heading at all.
I just want all the headings on my home page centered instead of pushed to the left.