Tagged: logo missing
hi!
for no aparent reason my logo disapear… i don’t know why but the logo is just not there anymore even though my settings are the same https://www.jgb.com.co/
https://snipboard.io/54Qb3e.jpg
https://snipboard.io/dilQ6u.jpg
what could be wrong?
thanks in advance
Hey claraelisa,
You have this CSS hiding it:
.header_color strong {
display: none;
}
It can’t see exactly where it’s coming from since it seems to be added on the actual page or via a plugin.
Best regards,
Rikard
hi thank s for your answer. the css style was intended to hide this white bar on top of the menu and subheader https://snipboard.io/Nx57Du.jpg
now i don’t know how to remove that white space
Hi,
Add this to quick css:
#header{
margin-top:-25px!important;
}
Best regards,
Jordan Shannon
thank you so much