Archived topic
In Customizer how do I add a TM to the Site Title?
3 replies · Started by Moira Ashleigh on November 9, 2022
Viewing posts 1–4 of 4
I feel like this should be simple, and I do not want to go with an image, so how do I add the trademark and have it small and raised as it should be. We used to add sup tags but this is WordPress.
Hi there,
theres a few options, the simplest one is to use some CSS to output the TM HTML Symbol after the title:
.main-title a:after {
content: '\2122';
}
Thanks that was perfect and easy :)
Glad to be of help :)
This archived topic is closed to new replies.