This topic has 7 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Hello,
When my page is loading, I have a small white bar which is displayed next to login links (please find screenshot). After loading, this bar is removed. Problem, when my page is loading, this bar makes my top bar larger and then is resized smaller, the design effect is very cheap for my users…
How can I fix that? How can I remove definitively this small bar?
Thank you.
Hello,
Please provide us with wp-admin access in Private Content.
Also, try to add this code in Custom CSS:
.top-bar .links li:after{
display: none;
}
Regards,
Rose Tyler.
Hello,
Thank you, this code solved the problem!
Hello,
I talked a little bit fast… I have one problem with this code. It remove the middle white bar when you are logged. Please find screenshot and access.
Thank you.
Hello,
Please add this code in Custom CSS:
.top-bar li.my-account-link.firstItem :after {
content: "|";
color: white;
padding: 0px 10px;
}
Regards,
Rose Tyler.
Hello,
Thank you, it’s ok!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Top bar’' has been successfully resolved, and the topic is now closed for further responses