Jump to content

Hiding things in different languages

Recommended Posts

Site URL: https://naonow.squarespace.com/get-started

Hi! I am trying to hide pricing for our third row of packages on this page (like how we did for the first two rows): 

https://naonow.squarespace.com/get-started

https://naonow.com/get-started

 

How do we do this? This was the coding we used for the first two rows:

#block-yui_3_17_2_1_1593310964731_25599:lang(en) {
  display: none;
}

[data-section-id="5ef2ad351b66670d0bcb0c8c"]:lang(en) {
  display: none;
}

Link to comment
  • Replies 2
  • Views 285
  • Created
  • Last Reply

I'm not seeing anything being hidden on that page.

You could try the following.

.discount-price:lang( en ),
.regular-price:lang( en )

  {
  
    display : none;
    
    }

This would target the selectors site wide. If you need to narrow it down to a particular page. Let us know.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

Archived

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

×
×
  • 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.