HTML in Shortcode?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1341
    mjjdesigns
    Member

    I am using the Enigmatic theme with the shortcode of:

    [service_box2 wrapper_class=”service-rounded” title=”This®”]

    I need to be able to wrap the copyright symbol in <sup></sup>, but that doesn’t parse correctly.

    Is there a solution so that the copyright symbol is the right size?

    #1343
    livemesh
    Keymaster

    This seems to be more of a styling issue than a parsing issue (as per my tests in my installation here). I still see the tag being processed by the shortcode. Pls try adding the following CSS into Custom CSS into theme options and see if that makes a difference. Thanks –

    sup {
    vertical-align: super;
    }
    

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.