Okay
  Public Ticket #803225
Widget Fonts
Closed

Comments

  • Claire started the conversation

    Hi, I've followed you guide to change the theme font with the Easy Google Font plugin and I've also successfully adjusted the Navigation font by following your Custom CSS instructions. Is there something similar I can do for revising fonts for your QT Widgets?
    Cheers,
    Claire

  •  1,611
    Barry replied

    Hi Claire

    That's possible with some CSS. 

    For the CTA banner:

    .call-to-action .call-to-action--content .call-to-action--title { font-family: your-font; }

    For the Testimonial author names:

    .testimonials .testimonial--author { font-family: your-font; }

    For the icon box titles:

    .content-area .icon-box--title { font-family: your-font; }

    If you want to change the fonts of other widgets please point me to it and I will provide the CSS

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  • Claire replied

    Ok, I'm getting somewhere with this. Thanks. 

    A couple of things: What if, and I know this is annoying, I want to change the weight of the icon box widget title? See the attached. It's pretty bold and ideally would be good a little 'lighter'.  No biggie if you don't have a solution for this. 

    And what about an Icon Box in the Middle Footer? Even though I've followed your instructions, this has not revised by footer widgets. Do I need to do this somewhere else? 


    Cheers, I really appreciate your assistance.

  •  1,611
    Barry replied

    Hi Claire

    You can change the font weight of that title with the following CSS:

    .content-area .icon-box--title { font-weight: 300; }

    For the icon box in the footer:

    .footer .icon-box--title { font-family: your-font; font-weight: 300; }

    Let me know if you have any questions

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  • Claire replied

    Amazing, this is great. Thank you so much! I feel like I've had a good lesson in CSS and worked out how to change a siteorigin widget too. Thanks!!!!


    You can close this one.

  •  1,611
    Barry replied

    Hi Claire

    You're welcome!

    Have a nice day / evening :)

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes