• Resolved pragyasharmacounselling

    (@pragyasharmacounselling)


    Hi, thanks so much for this theme and all the help you provide through this forum! The previous posts have helped me a lot in customizing my page.

    I’m having trouble changing the fonts, though. I’m wondering if there’s a way to change the fonts in the title, tagline, menu, and heading. I did figure out how to change the body font. I also installed the Free Google Fonts plugin, but can’t seem to figure out the custom CSS to enter. I understand if you can’t help with the plugin of course, but I’d be happy to enter additional CSS too, if that’s possible.

    Thank you so much!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @pragyasharmacounselling,

    Thanks for reaching out, and thank you so much for the kind words- we really appreciate that! 🙂

    I can’t see your site since it’s hidden behind a Coming Soon page at the moment, but I’ll include some basic examples here based on the demo site, and then if you need more specifics, maybe you could temporarily enable access to the site so we could take a brief look. Hopefully these examples will do the trick, though.

    /* Site title/text logo */
    .logo .header-logo-text {
        font-family: Arial;
    }
    
    /* Tagline */
    .tagline p {
        font-family: Arial;
    }
    
    /* Menu */
    .navbar-nav > li > a {
        font-family: Arial;
    }
    
    /* H1 headings (h2, h3, and so on would be set similarly) */
    h1 {
        font-family: Arial;
    }

    I’ve just used Arial in these examples, but you can substitute the font(s) you’ve enabled with your plugin.

    If you have any trouble, just let us know and we’ll be happy to help!

    Steven, Thank you for this. Can you add code to change from all caps to capitalize for all headers and paragraphs? Basically, I don’t want all caps anywhere.

    Also, how would I make the headings bold?

    Thread Starter pragyasharmacounselling

    (@pragyasharmacounselling)

    Thank you SOOOO much! This worked like a charm.

    Thank you SOOOO much! This worked like a charm.

    Happy to hear that, @pragyasharmacounselling- thanks for letting us know! 🙂

    Steven, Thank you for this. Can you add code to change from all caps to capitalize for all headers and paragraphs? Basically, I don’t want all caps anywhere.

    Also, how would I make the headings bold?

    Hi @carmenr3, thanks for getting in touch! I’d love to help out with this- would you mind doing me a favor and starting a new topic here with a link to your site? A new topic will let you use the hidden link field, and also help to keep things easy to find for future searchers. Thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Changing fonts’ is closed to new replies.