Forums

Help to superscript ® in a Blog Title of Default Theme (2 posts)

  1. vowsnow
    Member
    Posted 2 years ago #

    Apologies for double posting - I was admonished for posting in the "wrong" support forum.

    I self host a WP.com blog. I have managed to customise the header image for the Default WordPress Theme. http://www.vowsnow.com.au/blog
    Is there any way to superscript ® in a Blog Title Text of Default Theme? When I use the ® symbol as part of the blog title it is too large compared to the other letters in the title, I want it superscripted.
    I own the registered trademark for "Get Just Married®".
    So far I have put the ® symbol into the image on the header, but I wonder if instead the symbol can be made smaller JUST for the symbol within the blog title text?
    Where would I make these changes? Is it in the dashboard?

    Thanks.

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    you could hard code it into the space in header.php, and use a span to style the (R) individually
    <h1><a href="<?php echo get_option('home'); ?>/">Get Just Married<span>®</span></a></h1>

    #header h1 span { /*css for smaller,up */ }

Topic Closed

This topic has been closed to new replies.

About this Topic