Ems-H
Member-
Posts
20 -
Joined
-
Last visited
Ems-H's Achievements
-
css Looking for CSS to hide the first item in a summary block
Ems-H replied to Discologist's topic in Customize with code
Hello, please can you help I have an issue similar same as this post. I had this code in my custom CSS to hide the first article in the summary post (right hand side), which used to work. #block-df553bc98358e7de3ff7 { .summary-item:nth-child(1) { display:none; } However it is now not working? I have tried editing the section ID, which I found through inspect element, I can see how it would be the incorrect ID? #block-yui_3_17_2_1_1709166436430_614 { .summary-item:nth-child(1) { display:none; } Please help thanks a million https://burgundy-sepia-c5lz.squarespace.com/ -
Hi there, is it possible to request a users contact details before they can access a page on my site? (We are offering live access to our digital magazine (embedded on our site) for just one prompt for their name, title and email address.) I have thought of many ways, through members area, subscribing etc. However this would mean a longer process for the customer and even asks for their payment details. Although free option still asks for their credit card! I do not want to put off the customer in anyway. Any suggestions would be gratefully appreciated thanks Emily Please help.
-
Ems-H started following Make images clickable in carousel
-
Hello please can you help. I would like to make the images clickable in a carousel, I have found a relevant article, and put this code together below, however it is not working. Please can you help. thank you so much Website: https://burgundy-sepia-c5lz.squarespace.com/collaborators /* List carousel clickable */ .user-items-list-item-container[data-section-id="64a26aeb1836a6113eb00cd0"] { li.list-item { position: relative; } .list-item-content__button-container { position: absolute !important; top: 0; bottom: 0; left: 0; right: 0 } a.list-item-content__button.sqs-block-button-element { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; color: transparent !important; background-color: transparent !important; } .list-item-content__button-container { position: static !important; }}
-
Change category link background to different colours
Ems-H replied to Ems-H's topic in Customize with code
Amazing thank you!!- 24 replies
-
Ems-H reacted to a post in a topic: Change category link background to different colours
-
Change category link background to different colours
Ems-H replied to Ems-H's topic in Customize with code
My apologies, see below with images: 1. Home page Summary block The category coloured box backgrounds are slightly faded. But only on the summary block. Any idea why please? 2. Individual blog post page Any idea how I can add a bit of vertical padding/spacing in-between the category box and the author and date?- 24 replies
-
Change category link background to different colours
Ems-H replied to Ems-H's topic in Customize with code
Thank you tuanphan, that works and you have been amazing help! Sorry if I am asking too much, there is still a bit of finessing on this job which I can't work out. are are you able to help? 1. Home page Summary block The category coloured box backgrounds are slightly faded. But only on the summary block. Any idea why please? 2. Individual blog post page Any idea how I can add a bit of vertical padding/spacing in-between the category box and the author and date?- 24 replies
-
Ems-H reacted to a post in a topic: Change category link background to different colours
-
Change category link background to different colours
Ems-H replied to Ems-H's topic in Customize with code
Amazing!! thank you. Yes I mean that - blog itself - same as your screenshot 🙂 Also one final thing, any idea why the text is not vertical centred in the background padding?- 24 replies
-
Change category link background to different colours
Ems-H replied to Ems-H's topic in Customize with code
Any chance you can help me with the above please? Also the style has not applied to the actual blog post page itself- 24 replies
-
Change category link background to different colours
Ems-H replied to Ems-H's topic in Customize with code
Thank you so much! This has worked on the blog pages 🙂 I am so grateful! I am now trying to do this with the summary block on the home page please. This is the code I have entered. But is not applying any change. Can you see what I am missing please? span.summary-metadata a { font-size: .9rem !important; font-weight: 600; !important; text-transform: uppercase; !important; color: #fff; !important; letter-spacing: 0.8px; padding: 0.1em 0.15em; !important; } /* Technology */ .summary-metadata a[href="/all-topics/category/Technology"] { background-color: #f1f; } /* Events */ a.summary-metadata[href="/all-topics/category/Events"] { background-color: brown; } /* Women */ a.summary-metadata[href="/all-topics/category/Women+in+SAP"] { background-color: #000; }- 24 replies
-
Ems-H reacted to a post in a topic: Change category link background to different colours
-
Ems-H reacted to a post in a topic: Change category link background to different colours
-
Change category link background to different colours
Ems-H replied to Ems-H's topic in Customize with code
Wow exactly! Yes please! I have the category labels on the blog pages and in the summary block. Exactly like your screenshot is what I need to do. Current css has been customised in the summary-metadata, blog-meta-item--categories, blog-meta-section. See below: .summary-metadata *{ font-family: itc-avant-garde-gothic-pro; font-size: .9rem !important; font-weight: 600; text-transform: uppercase; background-color: #ff8800; color: white; letter-spacing: 0.8px; padding: 0.1em 0.5em; margin-right: 0.1em; display: inline-block; } .blog-meta-item--categories a { background: #f18800; padding: 0.15em 0.5em 0.2em !important; color: #FFF!important; letter-spacing: 0.8px; text-transform: uppercase!important; font-weight: 600!important; font-size: 1rem !important; .blog-meta-section * { background: #f18800; padding: 0.15em 0.1em 0.15em 0.15em !important; color: #FFF!important; letter-spacing: 0.8px; text-transform: uppercase!important; font-weight: 600!important; font-size: 1rem !important; }- 24 replies
-
Change category link background to different colours
Ems-H replied to Ems-H's topic in Customize with code
Yes please Password : Sapture1234- 24 replies
-
Change category link background to different colours
Ems-H replied to Ems-H's topic in Customize with code
I've just emailed it to zygmunt@squarefortytwo.com thanks!- 24 replies
-
Change category link background to different colours
Ems-H replied to Ems-H's topic in Customize with code
Can I share my password privately to you?- 24 replies
-
Change category link background to different colours
Ems-H replied to Ems-H's topic in Customize with code
https://burgundy-sepia-c5lz.squarespace.com/config/pages Are you able to help please?- 24 replies
-
Change category link background to different colours
Ems-H replied to Ems-H's topic in Customize with code
Yes I did thanks, it only changed the link in the navigation menu! I've got no clue how to do it to the blog meta section and by editing with the style I already have in place- 24 replies