Jump to content

[Share] Squarespace 7.1 CSS ID List

Go to solution Solved by tuanphan,

Recommended Posts

On 11/21/2022 at 2:33 AM, HeatherFison said:

Has this list been affected by the switch to Fluid Engine? Would love to see an updated list! This is so helpful!

Updated: Some class names/ids for Announcement Bar, Header, Blog List, Cart Page & Fluid Engine. With Fluid, I haven't worked with it much, but I don't see much to write about 😕

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
  • 8 months later...

Looks like ".user-items-list-simple h2.list-item-content__title" doesn't quite work for adjusting the font size of an Item Title in a simple list. using the below code to adjust the font size on mobile and want to do the same for desktop, but this isn't doing anything for the Title.

I know the code works because swapping it for ".user-items-list-simple p" works, but the Title code below doesn't work. any tips?

/* Item Description - Mobile */
@media screen and (max-width: 828px) {
  .user-items-list-simple p {
    font-size: 16px;
  }
}

Link to comment
On 7/31/2023 at 10:01 AM, LoganDigiVis said:

Looks like ".user-items-list-simple h2.list-item-content__title" doesn't quite work for adjusting the font size of an Item Title in a simple list. using the below code to adjust the font size on mobile and want to do the same for desktop, but this isn't doing anything for the Title.

I know the code works because swapping it for ".user-items-list-simple p" works, but the Title code below doesn't work. any tips?

/* Item Description - Mobile */
@media screen and (max-width: 828px) {
  .user-items-list-simple p {
    font-size: 16px;
  }
}

You can add !important in the code, for example your code

/* Item Description - Mobile */
@media screen and (max-width: 828px) {
  .user-items-list-simple p {
    font-size: 16px !important;
  }
}

 

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
On 8/1/2023 at 2:04 AM, tuanphan said:

You can add !important in the code, for example your code

/* Item Description - Mobile */
@media screen and (max-width: 828px) {
  .user-items-list-simple p {
    font-size: 16px !important;
  }
}

 

THANK YOU SO MUCH! THIS WORKED PERFECTLY! I MIGHT HAVE TO INVOICE YOU FOR THE PORTION OF MY LUNCH I JUST SPILLED MY SODA ON OUT OF EXCITEMENT THOUGH (just kidding)

Link to comment
  • 5 months later...
  • 2 months later...
7 hours ago, miserytakeme said:

Hi, I'm looking to target a specific image in a simple list, specifically the 3rd image. No matter what I do I cannot seem to target it correctly, can someone help?

First, you need to find Simple List Section ID, use this tool: https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff

In my example, it is

image.thumb.png.66fabe6dc87abb2d9a324f4d442d5732.png

Suppose you want to target Item 2, it should be

section[data-section-id="66058810a2d50f0d71e77dcf"] li:nth-child(2)

 

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.