• Hello, my site is reynalay.com and I’m trying to remove the caps from the title. I’ve gotten the font to change but I can’t figure out how to remove the caps. I’ve gone into the customize and chosen to get rid of caps but when I look in the code it says that it’s all in caps still. I don’t know what to change in the code because I have no coding knowledge. I’d appreciate the easiest way for me to do this since I’m not a coder and I don’t want to mess anything up. Thank you in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello! Beautiful site!

    Ok, put this code into your Custom CSS –this should have only the first letter capitalized:

    .site-title {
    text-transform: none;
    }

    Let me know if I can help further,
    Brenda

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for helping Brenda!

    @reynalay the Custom CSS section where you can add that code is in the Customizer (Appearance > Customize).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove All Caps on Title’ is closed to new replies.