• Resolved mbanta45

    (@mbanta45)


    Hey! First off, I want to thank you so much for being such a massive help to me so far. It’s awesome seeing developers who care so much about their users.

    This one may be a little tricky – but I’ve been using the plugin Use Any Font to implement a custom font that my client made for his site. It works flawlessly except for the Site Title. There’s even a button to click when using the Use Any Font settings for the Site Title to be affected by the change too – but nothing gives. Is this an issue with the theme overriding it? If you have any insight it’d be much appreciated. Thanks in advance!

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi @mbanta45!

    Looks like Cafe Coffee Shop and the Use Any Font plugin aren’t playing nicely with the site title because Use Any Font tries to apply the font to a different set of classes than the theme uses for its markup.

    I was able to reproduce the issue on my end and I found that when I assign a font using Use Any Font, instead of clicking the “Site Title” checkbox option that it gives you, put this in the “Custom Elements” section:

    #header .logo h1 a

    Let me know how that works for you

    Thread Starter mbanta45

    (@mbanta45)

    Hey @lepittenger!

    Thanks so much for the thoughtful response. Unfortunately when I placed the code into the “Custom Elements” section in Use Any Font I didn’t end up getting any changes to the main page. Thanks again for helping me to try to troubleshoot this. If there are any other ideas I’m all ears!

    Theme Author VW THEMES

    (@vowelweb)

    Hello @mbanta45,

    To change the font of the site title, use this below CSS

    Add the below CSS code in the additional CSS for that Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below CSS >> Publish it.

    .logo h1 a, .logo p.site-title a{
    font-family: Georgia !important;
    }

    Thank You.

    Thread Starter mbanta45

    (@mbanta45)

    Hi @vowelweb ! Unfortunately this additional CSS didn’t seem to change anything.

    Any other ideas?

    Theme Author VW THEMES

    (@vowelweb)

    Hello @mbanta45,

    Add the below CSS code in the additional CSS for that Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below CSS >> Publish it.

    #header .logo h1 a, #header .logo p.site-title a{
    font-family: ‘hlh-brewfont’ !important;
    }

    Thank You.

    Thread Starter mbanta45

    (@mbanta45)

    @vowelweb unfortunately that didn’t seem to work. I’m using “Use Any Font” right now because the ‘hlh-brewfont’ is a custom one. Is that helpful info?

    Theme Author VW THEMES

    (@vowelweb)

    Hello @mbanta45,

    yes, It will work.

    Thank You.

    Thread Starter mbanta45

    (@mbanta45)

    @vowelweb It’s unfortunately not working though. Is there a different CSS I can be using?

    Thread Starter mbanta45

    (@mbanta45)

    I figured it out!

    Theme Author VW THEMES

    (@vowelweb)

    Hello @mbanta45,

    If you have any other query please let us know, we will be happy to help.

    Thanks.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Trouble Changing Site Title Font’ is closed to new replies.