Archived topic
Hide header text in Elements - Site Header
5 replies · Started by Chris on September 11, 2018
Is it possible to hide the header text in Elements - Site Header?
See: https://www.beurstrading.nl/informatie-trading-systeem/
Hi there,
Are you wanting to remove the site header site-wide?
Let me know :)
Hi Leo, The Site Title and Site Tagline. See image:

Hi there,
try a Layout Element for the pages that header is assigned to and select disable header.
Alternatively this CSS will remove the site branding from any pages where you have it merged:
.header-wrap .inside-header .site-branding {
display: none;
}
Thanks David! 👍
Your welcome