Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Andrew Norcross

    (@norcross)

    I believe I answered this question on GitHub as well, but you will need to add any CSS changes into your theme. The markup produced by the shortcode will override the <p> wrapper you’ve put around it.

    Thread Starter saturnus

    (@saturnus)

    CSS changes for just the shortcode? How?

    Plugin Author Andrew Norcross

    (@norcross)

    the shortcode outputs it’s own markup that you can target in your CSS. For example, the entire output is wrapped in a div with the ID of schema_block. So any CSS you want to apply, just look at the output on your site (using Firebug is the preferred method) and then add the CSS accordingly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Schema Creator by Raven] CSS’ is closed to new replies.