Site logo

Archived topic

Hide header text in Elements - Site Header

5 replies · Started by Chris on September 11, 2018

Viewing posts 1–6 of 6

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:

Element header

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

This archived topic is closed to new replies.