donsvenson
-
Posts
13 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by donsvenson
-
-
3 minutes ago, Ziggy said:
Can you share your website URL and page?
Sorry, totally forgot
homepage:
-
Hi Community,
I'd like to colour (#00a2e0) two words of a list item title to set them apart from the rest of the title. I know how to do this for the list section title using the strong tag but I have not found a solution for an item title since you cannot make words bold and I even tried using html tags inside the title.
Hope someone has a solution for this.
Kind regards
Sven -
On 2/2/2023 at 4:05 AM, tuanphan said:
It looks like you removed this section? I don't see it now
That's strange, the section should be there. I did not change anything about it.
Please check again, it should be working.
Thank you so much in advance
-
1 minute ago, donsvenson said:
- 3% seems to work for 13" and mobile but I guess on larger screen it might not fit all the way, I'll try later. Do you think there's a solution to make it fit for sure on any screen?
If it were possible to have it overlaid centred on the top line, it wouldn't need to stretch all the way to both sides.
Thanks so much for your help!
-
8 hours ago, tuanphan said:
Add to Design > Custom CSS
.user-items-list-item-container[data-section-id="63b2df8905dc045b034e7f31"] li:nth-child(2):before { content: "Most Popular"; background-color: orange; color: white; position: absolute; top: 0; left: 0; width: calc(100% - 10px); padding: 5px; border-top-left-radius: 12px; border-top-right-radius: 12px; text-align: center; } .user-items-list-item-container[data-section-id="63b2df8905dc045b034e7f31"] li:nth-child(2) { position: relative; }
Looks great, but it does not match the width fully. Tried changing it but can't get it to align properly.
-
8 hours ago, tuanphan said:
Hi tuanphan,
For the tagline, yes. I used html in the title of each summary item in combination with some header and footer injection code.
However, I'd still really like to know, whether there's a possibility of adding a diagonal "Most Popular" banner to the top right corner (or top middle). Do you have any idea on how to achieve this?
Thanks for your help!
-
1 hour ago, Beyondspace said:
Do you have any sample which you want to achieve?
Hi Beyondspace,
Can be a simple indication beyond the title (but description itself needs to stay left bound) as seen in the first picture ("perfect for ..." etc.), could be with pill shaped background if possible.
And a popular banner as seen in both pictures would also be helpful.
Thanks for your help!
-
Hi,
I'd like to add little banners to the pricing table I've created via a summary-list at on of the places indicated by the pink arrows (for all items). I'm talking about hints like "best for independent learners" or "best for ... " which is common in pricing tables.
I haven't found any suitable solution for this so far.
page: https://luxlessons.lu/luxembourgish-language-course
pw: abc143
-
19 minutes ago, Beyondspace said:
You can try the following code on Home > Design > Custom Css
.sqs-block-video .sqs-native-video { border: 1px solid red; }
Support me by pressing 👍 or marking as solution if this useful for you
Works perfectly, thanks!
-
20 hours ago, Beyondspace said:
Can you share your site with the protected password so I can take a look?
Hi Beyondspace,
https://www.luxlessons.lu/luxembourgish-language-course
pw: abc143
Thanks for your help!
-
Hi Squarespace community,
I'm trying to use custom css codes to style the display of on page videos. However, none of them are working despite being correct and I can't figure out why. I'm talking about codes such as:
//-- add a border around the video
.sqs-video-wrapper{border: 1px solid #50bdb8;}
//-- add a shadow to the video
.sqs-video-wrapper{box-shadow: 5px 5px 20px rgba(0,0,0,0.2);}
//-- layered offset background color
.sqs-video-wrapper{box-shadow: 20px 20px 0px #50bdb8;}
Other css codes work without problem. Does anyone have an idea why?
Kind regards
Two colours in list item title
in Fonts, colors and images
Posted
Works perfectly, thanks!