Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #806020

    Hi!
    How can I remove via css this border (see link).
    I hav tried this:

    .container_wrap {
    border-top-style: solid;
    border-top-width: 1px; -> border-top-width: 0px;
    clear: both;
    position: relative;
    }

    It’s working if I set border width to let say 2px, but doesn’t work if I set it to 0px :). I also tried with !important;, but no luck..

    Regards,
    Jernej

    #806054

    Hey Jernej,

    Would you mind providing a precise link to your site? We need to be able to inspect the whole page in order to help :)

    Best regards,
    Sarah

    #806065

    Hi! Sure :) ->

    #806152

    Thank you for the link!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #header_meta {border:none !important;}

    Please let us know if you need more help!

    Best regards,
    Sarah

    #806356

    It’s working! Many thanks :)
    Jernej

    #806390

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header border’ is closed to new replies.