Viewing 3 replies - 1 through 3 (of 3 total)
  • SpaceDogDeveloper

    (@spacedogdeveloper)

    What I normally do is wrap the shortcode in a <div> or a <span> in the HTML editor, give it a specific ID and use CSS inheritance to override the offending styles.

    Thread Starter markmapstone

    (@markmapstone)

    Thanks. That’ll do it for me ??

    mc_tak

    (@mc_tak)

    Yep yep, that works!

    Alternatively, if you’re ever looking for a specific class or ID that’s already in place on an HTML element, I’d recommend using the ‘inspect element’ tool on a browser like Chrome. It’ll let you know all the CSS that’s in place on a particular element – it even allows you to make adjustments to the CSS code so you can preview how it would look live.

    -tk

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS styling?’ is closed to new replies.