Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #863110

    creekview
    Participant

    How do I change the font for a single heading? I know how to change globally in Appearance > Custom > Typography menu, but I just want to change for only a small selection of text.

    #863455

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #864692

    creekview
    Participant

    http://www.howechurchofchrist.org. I’m wanting to change the H1 text that reads “The Church of Christ Welcomes You” to a unique font.

    #865243

    Rue Nel
    Moderator

    Hello There,

    It seems that your site is under construction mode. Please give us access so that we can view your site. For the meantime, you can edit your page and add a custom my-custom-headline class in your h1 and then you can use this following custom css in the settings tab, Settings > Custom CSS

    .my-custom-headline {
      font-family: Arial, serif;
    }

    Please be advise that if you use a custom font, the font must be loaded on the page so that you can see the outcome. To know more how to use a custom font in X, please check out this topic: https://community.theme.co/forums/topic/custom-font-2/#post-142444

    Hope this helps.