• meredithblumoff

    (@meredithblumoff)


    Hey, dude. I’m hoping you can help me out — i’d like to increase the size and/or width of the site title & tagline on the front page header. i LOVE this theme.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • You can do that by modifying the CSS. But be careful since the arc ends up breaking on smaller devices. This is the CSS you would need to modify in style.css. Though I do suggest creating a child theme instead of modifying the file directly.

    .only-on-home.basic #site-title a {
      font-size: 120px;
    }
    
    #site-description {
      font-size: 18px;
    }

    Where can I edit the angle of the arch? The title of my site has too big letter spacing for me 😉 Thanks for any help!

    That option is in the customizer under Site Title & Tagline.

    Et comment fait-on pour changer la typographie du titre du site s’il vous plaît??
    Merci

    That option is not available in the basic version. The only way to change the font is to manually write some CSS to make that happen.

    In the premium version, there is a font selector.

    Hi: I purchased the arcade theme. can i increase the size of the tagline font? Im a rookie. GREAT THEME

    Hi. I’ve been using the preset editors to work on a website using your Arcade theme. I absolutely love it… but I’m running into a problem and am afraid I need to mess with the code.

    I would like to add a second line to the tag line (preferably at different font sizes as well). Is this possible?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘title/tagline font sizes’ is closed to new replies.