• Resolved screamingpanda

    (@screamingpanda)


    I am not a developer by any means, so be kind ??
    Concerning the home page I’ve created on this temporary domain https://80d.c65.myftpupload.com
    I’ve designated a line of text below the image carousel as H1, but appears to have a and not normal font weight. Can you provide the code snippet I need to change the treatment of H1 to match the treatment of the page titles on the other pages. I imagine it’s in the CSS, but like I said, I am NOT a developer and can’t even begin to figure out how to get into the css file, let alone try to change things in it (child theme or not).
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Silkalns

    (@silkalns)

    Add this to Theme Options – Other – Custom CSS. This will change font to the exact same one used elsehwere in the website for H1 tags and post/page titles.

    .home h1 {
        font-size: 52px; font-weight: 100;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    Thread Starter screamingpanda

    (@screamingpanda)

    thank you. worked wonderfully.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home Page Heading 1 is Bold and I don't want it to be’ is closed to new replies.