Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1298675

    I’m trying to reduce the size of a copyright symbol inside a Special Heading’s subheading text. It too large. It won’t let me use a script inside the field without a warning. Is there a way of using CSS to do this globally and inside a Special Heading? The copyright symbol seems to be too large even in the body text.

    Please see example link below.

    Thank you!
    John

    #1299083

    Hi John,

    Please try to wrap the symbol in a span like so:

    <span class="copyright-header">Copyright</span>

    Then add this to Quick CSS:

    .copyright-header {
      font-size: 16px !important;
    }

    You don’t need to pay any attention to the warning in the Special Heading element, as long as you close the markup you add properly.

    Best regards,
    Rikard

    #1299197

    Excellent! Thank you. I’m glad to know the markup inside a Special Heading field will not break anything.

    John

    #1299202

    Hi John,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to reduce font size for copyright symbol in Special Heading field’ is closed to new replies.