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
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
Hi! Sure :) ->
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
It’s working! Many thanks :)
Jernej