Jump to content

Using a different logo on tablets only?

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Following up in case anyone out there has any ideas. I think the solution is to:

  1. Set one logo for the site itself,
  2. Add an alternative logo under Custom CSS > Manage Custom Files
  3. Find the url of that logo
  4. Use CSS to tell the site to use the alternative logo for tablet widths. 

I *think* it would look something like this, but my CSS is wrong. Any suggestions?

________

@media screen and (max-width:1024px) and (min-width:641px)
{
.Header-title-logo {content:url(URL OF ALTERNATIVE LOGO);
}

Link to comment

You need this code

/* tablet logo */
@media screen and (max-width:1024px) and (min-width:768px) {
.header-title-logo img {
	content: url(paste image file url here);
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.