Jump to content

[Share] Add a second logo under logo (Mobile)

Recommended Posts

To add a Second Logo under current logo on Mobile, you can use following code.

  • If you can't make it work, you can send site url + logo file in comment, I can help you easier.

Use code to Custom CSS box. Replace example url with your second logo url.

/* Mobile second logo */
@media screen and (max-width:767px) {
div.header-title a:after {
    content: "";
    background-image: url(https://images.squarespace-cdn.com/content/v1/6672ecf757a5d945cabc3965/1d45ed6f-3a9a-4523-9320-1633c8d98b90/st-peters-church-3536449_1280.jpg?format=500w);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 150px;
    height: 70px;
    margin-top: 10px;
}}

image.png.2e7bbd22426fef0debf085dcc7e2c36e.png

Result

image.png.fdd2c026bc77c8a7b433db4d960409ed.png

You can adjust logo width/height here

image.png.d3a6b3cb61686f8cc657db3a3594e9d1.png

If you want to apply it for desktop  + mobile, you can change 767px to 3000px

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • Replies 0
  • Views 222
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Posted Images

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.