Hi Pablo,
We can’t view the screenshot. Please upload it on some other site. Also, please post the link of the affected site. Thanks!
Thanks Suyogya:
The image is here.
The Website is located here we need to locate the code that controls the line under the logo.
🙂
Hey Pablo,
I can’t view the screenshot. It gives error 403. Can you please try uploading it on a different site, like postimg.org? Thanks!
Hello Suyogya:
When I first upload the image, I can see it. But, when I try for the second time (once I read your posts) I can´t.
Here you can see it.
Thanks!
Hi, Pablo!
This gave me such a hard time, when I wanted that line to disappear from my header!^^
But it’s:
.site-logo:after {
content: "";
height: 1px;
background-color: #000000;
width: 50%;
min-width: 30px;
margin: 10px auto 10px;
display: block; }
I just changed it to
.site-logo:after {content: none;}
@ill66, thanks! Working fine.