yvestumor Posted March 1 Share Posted March 1 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 Share Posted March 2 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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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 Share Posted March 2 Here is my testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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