Thin horizontal line color change

Discussion in 'BlackBird WordPress Theme' started by ekim2wheels, Mar 19, 2014.

  1. ekim2wheels

    ekim2wheels New Member

    Joined:
    Mar 14, 2014
    Messages:
    18
    Likes Received:
    0
    Hello,

    How can I change the color of the thin horizontal line that is right below the header?

    Thanks for your help.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .page-heading h1{
    border-bottom: 1px solid red;
    }
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page