• Resolved agentrosehq

    (@agentrosehq)


    What code do I need to change the title font to Playfair Display, and where do I put the code (under “custom css” in the plugin)? I tried some of the preset options and it didn’t work, perhaps because I did it wrong.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @agentrosehq

    I trust you’re doing well!

    Please try this CSS code to change the font style:

    .hustle-group-content p {
     font-family: "Playfair Display", serif !important;
    }
    
    .hustle-title {
         font-family: "Playfair Display", serif !important;
    
    }
    
    .hustle-button-text {
             font-family: "Playfair Display", serif !important;
    
    }

    Please add the CSS code to Appearance > Customizer > Additional CSS.

    Let us know how it went!

    Kind regards,
    Nastia

    Thread Starter agentrosehq

    (@agentrosehq)

    Works thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change title font of embed/slide in?’ is closed to new replies.