Hi, can you please advise me on the ‘best practice’ when creating a page hero element to be used across multiple pages, in order to avoid additional on-page CSS. Should I be creating a global style then adding this to the page hero element, or just creating the hero element as-is? Thanks!
unless you’re using the same styles elsewhere in your site, then there is no need to use global styles. As the Page hero will only load it styles on that page.
Thank David, so let’s say I have 3 different hero elements which load different text in via dynamic fields (but all in the same header style), I guess I would set a global style in this case? Thanks!