Website Colour Issue

Discussion in 'WordPress' started by Jordan Roper, Jun 2, 2015.

  1. #1
    Hi there,

    I have a website that I am creating, but I am having a problem with a colour issue - in the header, there is some information in white and then some additional information but it's in grey and I want to change it to white. I've looked in the theme options but I can't find anyway to change it.

    The site is - http://kitchens.loud-marketing.net/

    Look forward to hearing back from someone that can help.

    Thanks,

    Jordan
     
    Jordan Roper, Jun 2, 2015 IP
  2. yakusokutebayo

    yakusokutebayo Well-Known Member

    Messages:
    992
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    130
    #2
    Look for this class in your style.css, line 1749:
    .icon-box__subtitle
    Code (markup):
    Replace what's inside the bracket to this:
    color: #FFF !important;
    Code (markup):
    Let me know if you need help personally.
     
    Last edited: Jun 2, 2015
    yakusokutebayo, Jun 2, 2015 IP
  3. Jordan Roper

    Jordan Roper Member

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    I have changed this on the style.cc file and it's not changed, It changed the first header but what I need to change is the slightly darker colour that is just underneath the white (#bababa)?
     
    Jordan Roper, Jun 3, 2015 IP
  4. yakusokutebayo

    yakusokutebayo Well-Known Member

    Messages:
    992
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    130
    #4
    This is the key, my friend:

    !important
    Code (markup):
    You didn't include that in your style.css.
     
    yakusokutebayo, Jun 5, 2015 IP