Jump to content

Restaurant Menu, Language tabs with flag icon

Go to solution Solved by tuanphan,

Recommended Posts

Hi, I would like to add a little flag icon next to the language on each tab.

In the picture attached, see the top menu tabs, CATALÁ, CASTELLANO, ENGLISH, ITALIAN, FRANÇAIS.

We have the problem that clients in the restaurant when they see the menu, they scroll down without noticing we have 5 different languages to choose from.

Can someone help?

Thanks!

 

Screenshot 2023-05-22 at 2.08.32 PM.png

Link to comment
  • Replies 4
  • Views 337
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution
On 5/29/2023 at 4:28 PM, LeafHappyCo said:

sure, here is the link: 

https://maroazul.squarespace.com/menu

or

https://www.maroazul.com/menu

Thank you so much!

🙂

Add to Design > Custom CSS

div#block-646b1d3082b36c1b8a484a94 label:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
div#block-646b1d3082b36c1b8a484a94 label:nth-child(1):before {
    background-image: url(https://maroazul.squarespace.com/s/maroazul-catalan.svg);
}
div#block-646b1d3082b36c1b8a484a94 label:nth-child(2):before {
    background-image: url(https://maroazul.squarespace.com/s/maroazul-espanol.svg);
}
div#block-646b1d3082b36c1b8a484a94 label:nth-child(3):before {
    background-image: url(https://maroazul.squarespace.com/s/maroazul-ingles.svg);
}
div#block-646b1d3082b36c1b8a484a94 label:nth-child(4):before {
    background-image: url(https://maroazul.squarespace.com/s/maroazul-italiano.svg);
}
div#block-646b1d3082b36c1b8a484a94 label:nth-child(5):before {
    background-image: url(https://maroazul.squarespace.com/s/maroazul-frances.svg);
}

image.thumb.png.84cb598e9a9bdcfd32c7372388cf7c43.png

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

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.