• Resolved gem245

    (@gem245)


    Hi Guys

    Can someone point me in the right direction to change the colour of the body text (e.g biography & personal info). I’ve changed the title headings but can’t find the body text.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Im having this problem too ;/

    Thread Starter gem245

    (@gem245)

    I figured it out…

    Go to wordpress dashboard / appearance / editor / stylesheet (style.css)

    Press ctrl and f – find function

    then search for each of section – about, services, portfolio, contact

    Find these sections for each and change the font colour. H1 is the title text and h3 the body text

    }
    .section h1,.section-about h1,.section-services h1,.section-portfolio h1,.section-contact h1,.section-custom h1 {
    font-family:’Raleway’,sans-serif;
    font-size:60px;
    color:#fff;
    font-style:normal;
    font-weight:300;
    text-align:center;
    line-height:82px;
    margin-bottom:40px;
    }
    .section h3 {
    font-family:’Raleway’,sans-serif;
    color:#d91d52;
    font-size:36px;
    font-style:normal;
    font-weight:300;
    line-height:36px;

    awesome I’ll try that out. ?? thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Colour of Body Text’ is closed to new replies.