Home Forums Pro Themes Clean Corporate Pro Line on top of header image (and slider image)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56615
    blueman
    Participant

    On the top of the header image (and slider image) there is a black line on my website (www.bluefinancial.nl). Can I change this color?

    #56620
    wensolutions
    Keymaster

    Hello @blueman,

    Yes you can definitely change the color of the border through the use of custom CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .site-header {
        border-bottom: 3px solid #4fc3de;
    }

    Change the hex color code as per your requirement .

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.