Contact Us Area - Change Color of Divider

Discussion in 'One Page Pro WordPress Theme' started by kcolony, Sep 7, 2017.

Thread Status:
Not open for further replies.
  1. kcolony

    kcolony New Member

    Joined:
    Aug 15, 2017
    Messages:
    6
    Likes Received:
    0
    How can I change the color of the purple divider bar under the words "We're Your Missing Puzzle Piece" and the sentence starting with "You want to polish..."?

    I'd like the divider bar to be #fe8900 if possible.

    Thank you!
     

    Attached Files:

  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    To change the color of that horizontal line, you need to paste the below custom CSS code in the Additional CSS field of the Customizer panel (Dashboard->Appearance->Customize)

    Code:
    hr.team_sep.animated.fade_in_up.animation_started {
        background-color: #5662ef!important;
    }
    This will help you to figure it out and resolve your issue(s).

    Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. kcolony

    kcolony New Member

    Joined:
    Aug 15, 2017
    Messages:
    6
    Likes Received:
    0
    That worked perfectly, thank you!
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome :)
     
Thread Status:
Not open for further replies.

Share This Page