• Resolved bmd9999

    (@bmd9999)


    Is there a way to change only the site title font style, am looking to change the font style to a cursive style font.

Viewing 7 replies - 1 through 7 (of 7 total)
  • thelmachido a11n

    (@thelmachido)

    Is there a way to change only the site title font style, am looking to change the font style to a cursive style font.

    Hi @bmd9999 you can change the font style using CSS, you can add the code below to your Additional CSS section to make the font italic. You can access this section by going to Appearance > Customiser > Additional CSS

    .site-title {
        font-style: italic;
    }
    Thread Starter bmd9999

    (@bmd9999)

    I followed the steps, nothing changed.

    thelmachido a11n

    (@thelmachido)

    Hi @bmd9999 when I add the code to my site, the site titles is italic as shown in the screenshot below.

    Can you please share a link to your site so that I can take a look?

    Thread Starter bmd9999

    (@bmd9999)

    here is the link https://delawarecountyohioconservativepopulistreport.com

    i did see it change in the preview, probably have to clear cache, thanks.

    Is there a way to find out the different font styles supported? I would like to use a different font style on the site title

    thelmachido a11n

    (@thelmachido)

    Thread Starter bmd9999

    (@bmd9999)

    Thanks for replying. I was able to update the css with the font style I was looking to use. I uploaded the font to the site and updated the css and it worked. Thanks!

    Moderator Kathryn Presner

    (@zoonini)

    Glad you got it sorted!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Site TItle Font Style’ is closed to new replies.