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!