Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #947589

    Hi!
    I’m using this custom CSS to try to create a 2 px border under the header. For some reason it doesn’t work. I have a site with another enfold theme and this works great. Please help!
    .html_header_top.html_header_sticky #header {
    border-bottom: 2px solid #e85976 !important;
    }

    Thanks!
    P.S. Enfold theme ROCKS!

    #948508

    Hey drewfr,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header #header_main {
     border-bottom: 2px solid #e85976;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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