Need help turning this gray line into a black line

Discussion in 'Woodpecker WordPress Business Theme' started by v4sb, Mar 5, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    In a previous thread you helped me remove certain things and push my three feature areas up to be flush with the slider. There is a gray line that is left over. Can I change this gray line to black so that it matches? I have included an image, so that you can see what I am talking about. Thank you.[​IMG]
     
  2. praveen

    praveen Support Staff

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

    Please use the css code given below.
    Code:
    .content-container {
    border-top: 6px solid black;
    }
    Thanks,
    Praveen
     

Share This Page