• Hi,

    I’ve downloaded a plug-in so that I can change the fonts on pages and posts, but I’d like to be able to change the fonts on my front page and for the titles of pages as well to keep things consistent.

    I have a small amount of knowledge of css but I’m not sure what would be the best way to do this. Is there a bit of coding I can put into the custom css box or should this be put into a child theme?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Sure, you can specify a font in the Custom CSS page. Actually it’s probably the best option since it will not be overwritten when updating your theme.

    Did you need the specific CSS code?

    Thread Starter BethPaton

    (@bethpaton)

    If you had an example I could use for reference, that would be very helpful, thank you. Most of the css editing I’ve done before has just been altering details in style sheets rather than writing my own.

    I’ll readily admit I’m no CSS wizard, but taking a look at other people’s stylesheets is exactly how I learned.

    Anyway, what specifically would you like to change? You said your “front page fonts and title” – by that do you mean the post content or just all the fonts period or what?

    Also, a link to your site would be helpful so I can see what we’re talking about. ??

    Thread Starter BethPaton

    (@bethpaton)

    Thank you! My site is https://mme-b-boutique.com. I’d like to be able to change the title headings on my pages (the plug-in I downloaded lets me change the font of the page content but not the headings), and on the front page I’d like to be able to alter the headings for the three widgets displayed below the slider and the introductory paragraph of text below that.

    The headings are picked up from the three pages you link to. The introductory paragraph is picked up from the page itself, or can be overwritten in Customiz’it!

    Hi,

    What is the name of the original font in Customizr?

    Best regards,
    Button9

    font-family: “Helvetica Neue”,Helvetica,Arial,sans-serif;

    Dear Mebers / brothers and sisters,

    I installed customizr word press theme. But I tried to change the length and width of the menu and tried to change to bottom in header screen and changing font style and sizes. But it is difficult to me. I am making church website. Please help me. website is https://www.holygodministries.org
    Pasotr Joseph Rashmikant

    Dear Mebers / brothers and sisters,

    I installed customizr word press theme. But I tried to change the length and width of the menu and tried to change to bottom in header screen and changing font style and sizes. But it is difficult to me. I am making church website. Please help me. website is https://www.holygodministries.org
    Pastor Joseph Rashmikant

    ronaki

    (@ronaki)

    Oh, maybe my question belongs in this post. I too am no CSS wiz. I am trying to change/control the fonts used for the site title and the inside site description on this site: https://www.vanessa.lionreach.com. I have had some success. For instance, I changed the width of the nav thing, which put the 2 items on 2 separate lines. That’s just what I wanted. I am failing to:

    * Enlarge the already centered text “Classic Bar Service”
    * Enlarge and center “Classic cocktails with a craft twist”

    I’ve googled this to death, and tried all advice on for size. Have gotten nowhere…

    Thank you, O WordPress Godlike Experts, in advance!

    rdellconsulting

    (@rdellconsulting)

    Your humble servant says please start a new post next time ??

    1st:

    .tc-header .brand a {
      font-size:  2em;
    }

    2nd:
    See this Snippet to center, and then change size with

    .navbar-wrapper .navbar h2 {
      font-size: 2em;
    }

    Change 2em to what you want

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Changing fonts in Customizr’ is closed to new replies.