Site logo

[Support request] In Customizer how do I add a TM to the Site Title?

Home Forums Support [Support request] In Customizer how do I add a TM to the Site Title?

Home Forums Support In Customizer how do I add a TM to the Site Title?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2408398
    Moira Ashleigh

    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.

    #2408468
    David
    Staff
    Customer Support

    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';
    }
    #2408483
    Moira Ashleigh

    Thanks that was perfect and easy 🙂

    #2408520
    David
    Staff
    Customer Support

    Glad to be of help 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.