Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Can you show us your site?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I mean the second “Home” standing alone under the menu
or with other words: the title-bar
Where can I remove it and how?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You need to keep them for SEO and accessibility still, but you can hide them by:
In the “Additional CSS” section of the dashboard add this:
.entry-header {
direction: ltr;
left: -999em;
position: absolute;
}
https://codex.ww.wp.xz.cn/CSS#Custom_CSS_in_WordPress