Home page feature area font colour

Discussion in 'BizWay WordPress Theme' started by blackdog2020liz, Jun 10, 2015.

  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi,

    i would like to change the font colour in this area back to black (www.margaretriverexposed.com.au)
    I up dated CSS to .slider-wrapper-container h2{
    color: #000000;
    }
    .slider-wrapper-container h1{
    color: #000000;
    but only the font in the home page header changed colour.

    Many thanks
    Liz
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Try this CSS code to change font color of remaining text: -
    Code:
    .slider-wrapper-container h2 {
      color: green;
    }
    Please change color of text according to your requirement.

    Thanks,
    Praveen
     
  3. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi Praveen, I tried that but it didn't work.

    Liz
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Liz!

    Please provide us some edited screenshot indicating your requirement and send us your website dashboard login details at [email protected] along with the thread link.
    We will make the changes in your website.

    Thanks,
    Praveen
     

Share This Page