Jump to content

Remove Site Name And Logo 4.4.4

Featured Replies

Posted

Need the custom css for this please, tried: #elSuiteTitle{ display: none;} without success.

I want to use the header image with logo imbedded and need to remove both the site name and logo overlay

 

#elSiteTitle {
	display: none;
}

 

  • Author

Thanks, weird, I tried that exact code yesterday with no joy but today all gravy? Thanks again

21 hours ago, newbie LAC said:

 


#elSiteTitle {
	display: none;
}

 

Hey @newbie LAC is there a way to only hide on mobile? 

1 hour ago, Joel R said:

Hey @newbie LAC is there a way to only hide on mobile? 

Hello,

@media screen and (max-width: 767px) {
	#elSiteTitle {
		display: none;
	}
}

 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.