• hi I would like to split the site title so that there are two sizes of text using h2(Tara Noone) and h4(MIACP) on the same line.

    Is there a way to do this built in or else could someone tell me where the html is for this and I can change from there?

    Thanks

Viewing 1 replies (of 1 total)
  • This Snippet should help. By adding the 2 parts with :before and :after and then suppressing the current site-title with:

    .tc-header .brand .site-title {
        display: none;
    }

    (nb. it’s an old snippet so not checked it still works with 3.4)

Viewing 1 replies (of 1 total)
  • The topic ‘Splitting the site title between h2 and h4’ is closed to new replies.