Logo Font Help

Hello all, 

I am looking for some help with the logo on my site. I am using the BeCoffee 3 theme and for the time being have chosen to use the option for a "font logo". Is there a way to change the font of this? Or am I stuck with the default font it chooses?

Thanks for your help in advance!

Comments

  • Hello,
    The one option is to check "Wrap into H1 tag on Homepage" and "Wrap into H1 tag on all other pages" and set font family for Big Headings.
    https://prnt.sc/vm20bp
    https://prnt.sc/vm20qi
    But this will change fonts for your all H1, H2, H3 & H4 on your website.

    If you want to change the font for the logo only, you will have to create the Custom CSS Code for that.
    If you will need help with that let me know, but I will need a link to your website.

    Thanks
  • Phil, thanks so much for the help. I would love for you to help with the custom code if possible. My website is vibesprotein.com

    Basically just want the word "Vibes" in the font Satisfy.
  • Please, put the following Custom CSS Code in: Betheme -> Theme options -> Custom CSS & JS -> CSS.

    #Top_bar .top_bar_left .text-logo a{
       font-family: 'Times New Roman'!important;
    }
    

    Thanks

Sign In or Register to comment.