Hello!
I am building a website which will host 100+ blog posts and documentation pages. I am a bit worried about future maintenance.
What is the best way to apply styling to h1/2/3, p, a, img, accordion, quote objects to these content-heavy pages? Is there a way to do this while ensuring that I can make a change later without having to update every singe page?
Options that I see right now:
- style everything manually
- apply presets
- style objects in custom css in the layout
- apply a custom class to each object and style the class in the layout css
- build custom objects in the next release of Pro
Which approach would you recommend?