Remove the logo-text from the header on specific pages

Hi there,

I’ve been breaking my head over this for the past 48 hours and unable to find anything that resolves this except for switching to Pro, which I don’t want to do right now.

I am using Logo-Text in the Header logo section at the moment and I want to either change it or disable it entirely on a sub-site that I am creating.

I’ve tried using these codes in the Custom CSS of the Customiser but no results:

.page-id-339 .logo
{
display: none;
}

or

.page-id-339 .logo-text
{
display: none;
}

A little help would be much appreciated. TIA!

Hi Nadia,

.logo is not the class added to the site logo in X. Please use .x-brand.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.