yvestumor Posted March 1, 2023 Share Posted March 1, 2023 Hi Currently I have a portfolio grid on my home page - it's Grid: Simple. The title of the project is aligned to the left underneath the project. I would like to add additional text next to the title of the project on the same line, without changing the name of the actual page. Is this possible? My site is: http://www.samstrivens.com Thanks! Link to comment
Beyondspace Posted March 2, 2023 Share Posted March 2, 2023 17 hours ago, yvestumor said: Hi Currently I have a portfolio grid on my home page - it's Grid: Simple. The title of the project is aligned to the left underneath the project. I would like to add additional text next to the title of the project on the same line, without changing the name of the actual page. Is this possible? My site is: http://www.samstrivens.com Thanks! You can try the following code to make it section[data-section-id="628bec2ea6599d4d7fc49962"] .grid-item:first-child .portfolio-title:after { content: ' - text for 1st item' } section[data-section-id="628bec2ea6599d4d7fc49962"] .grid-item:nth-child(2) .portfolio-title:after { content: ' - text for 2nd item' } section[data-section-id="628bec2ea6599d4d7fc49962"] .grid-item:nth-child(3) .portfolio-title:after { content: ' - text for 3rd item' } section[data-section-id="628bec2ea6599d4d7fc49962"] .grid-item:last-child .portfolio-title:after { content: ' - text for 4th item' } Support me by pressing 👍 or marking as solution if this is useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted March 2, 2023 Share Posted March 2, 2023 Here is my testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! 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