• So my site is called friend world but this versions is a beta site I’m trying to make the word beta in the title smaller

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello crazycouplelife,

    I think I solved your requirements please do my below steps:

    1) Remove word “Beta” from the site title from the “Site Identity” in Customize menu.

    2) Add below script into footer.php:

    <script>
    	jQuery( document ).ready(function() {
    		jQuery(".site-title a").append(' <span class"beta_title">beta</span>').show();
    	});
    </script>

    3) Add below code into style.css:

    .site-title a span {
    	font-size: 12px;
    }

    And Its works correctly. Please see attachment of my local system.

    https://ibb.co/kKZ4Jk

    Hope this works for you as well!

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Site Title Help’ is closed to new replies.