Leda_Atomika Posted August 5, 2023 Share Posted August 5, 2023 Starting a new thread for this since I just can't seem to find the answer... On the Home Page of this site, in the carousel of Testimonials, I would like to remove the all caps treatment for the testimonials and just have them be normal. However for the person's name I would like to make that all caps. Seems simple and yet I have tried a bunch of css and nothing I tried on my own works - help! ๐ Site:https://krill-panda-563t.squarespace.com/ Passowrd: 0penthevidor Thank you! Link to comment
Solution CassAggett Posted August 6, 2023 Solution Share Posted August 6, 2023 Hi @Leda_Atomika, it looks like the uppercase testimonial is coming from the heading setting as it's H2 and your site H2 is set to uppercase. To change it for just the list sections you can use this: //change case of list sections// .user-items-list-carousel .list-item-content__title { text-transform: none !important; } .user-items-list-carousel .list-item-content__description { text-transform: uppercase !important; } ย Leda_Atomika 1 If this helped you, please like or mark my solution as answer so others can scroll to it quickly ๐ Cass Aggett is a Squarespace website designer for go-getting womenย โ no matter what stage of business. WEBSITE โข INSTAGRAM ย Link to comment
Leda_Atomika Posted August 6, 2023 Author Share Posted August 6, 2023 14 hours ago, CassAggett said: Hi @Leda_Atomika, it looks like the uppercase testimonial is coming from the heading setting as it's H2 and your site H2 is set to uppercase. To change it for just the list sections you can use this: //change case of list sections// .user-items-list-carousel .list-item-content__title { text-transform: none !important; } .user-items-list-carousel .list-item-content__description { text-transform: uppercase !important; } That worked beautifully, thank you. And I see what I was missing! ย tuanphan 1 Link to comment
Leda_Atomika Posted August 6, 2023 Author Share Posted August 6, 2023 I honestly don't know why they make this linked to the H2 - testimonials and quotes deserve to have their own personality! ๐ potenzanana, VeeBee and CassAggett 2 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment