• I’d like to be able to have two separate colors for the site title.
    {-=Masaki=-}

    something like:
    <font color="#000000">{-=</font><font color="#740000">Masaki</font><font color="#000000">=-}</font>

    • This topic was modified 5 years, 8 months ago by altere987. Reason: typo correction

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

Viewing 1 replies (of 1 total)
  • This CSS should work

    .site-title a {
      color: #000000 !important;
    }
    .site-title #masaki-site-title {
      color: #740000;
    
Viewing 1 replies (of 1 total)
  • The topic ‘Multiple Title Colors’ is closed to new replies.