• Once I style a block on a page, how can I save that style (not the block contents!) to be used on other pages? And how do I access that saved style on subsequent pages?

    Copy/Paste Styles only works temporarily and is lost if you copy/paste anything else in the meantime.

Viewing 1 replies (of 1 total)
  • One method could be to assign an Additional CSS Class to the block whose styles you want to re-use, e.g. my-custom-block then build all the style rules and properties you would like to assign to my-custom-block; then, just add these rules to the Global Styles additional CSS via Appearance > Editor

    .my-custom-block { /* all the styles you want to re-use */ }

    You can then add the my-custom-block class to other blocks you would like to style the same way. Hope this helps and good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘Save and reuse styles’ is closed to new replies.