0 How do you build on a style in HTML? 1 Ken Roach posted 5 Years Ago Newbie HTML question: If I want to create a new <p> style - but based on the default <p> style, for example, a style <p2> that is based on <p> but with grey bold text - how would I do that? Do you just create the new style, then embed the <p2></p2> within the <p></p>? E.g.<style>p2 {color:#808B96; font-weight: bold;}</style>What is the difference between the Page Header Content and the Block Properties Advanced Settings Pre HTML?
Ken Roach 5 years ago Thanks Scott!The <style></style> code can go in the theme's CSS file (site wide change)ORthe page properties block, Advanced Settings, Header Content (page wide change)ORthe HTML Block Properties, Advanced Settings, Pre-HTML (block wide change)OReven in the HTML block itself (HTML block wide change).