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
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
Excellent! Thank you. I’m glad to know the markup inside a Special Heading field will not break anything.
John
Hi John,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko