momallo Posted June 18, 2021 Share Posted June 18, 2021 Site URL: https://tomato-hibiscus-5kcf.squarespace.com/ https://tomato-hibiscus-5kcf.squarespace.com/config/ password is Magnolia I have made my site bilingual by using a code block on each of the pages to hide either the French or English navigation, but I am trying to change the "Read More" link in Summary blocks to the French translation "Lire la suite" on just those French pages. Is this possible? Thank you Link to comment
tuanphan Posted June 21, 2021 Share Posted June 21, 2021 Hi. Use this code with Code Block <style> a.summary-read-more-link { visibility: hidden; } a.summary-read-more-link:before { visibility: visible; content: "Lire la suite →"; } </style> ArminB and momallo 2 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Christschurchjoplin Posted June 25, 2021 Share Posted June 25, 2021 On 6/20/2021 at 9:22 PM, tuanphan said: Hi. Use this code with Code Block <style> a.summary-read-more-link { visibility: hidden; } a.summary-read-more-link:before { visibility: visible; content: "Lire la suite →"; } </style> I tried this to change the Read More text on my site to Listen Here, but it didn't work. I'm using 7.0 so maybe that's the problem? Link to comment
tuanphan Posted June 28, 2021 Share Posted June 28, 2021 On 6/26/2021 at 2:58 AM, Christschurchjoplin said: I tried this to change the Read More text on my site to Listen Here, but it didn't work. I'm using 7.0 so maybe that's the problem? Hi. each tempalte needs a different code. Can you share link to your site? We can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Beyondspace Posted June 28, 2021 Share Posted June 28, 2021 On 6/26/2021 at 2:58 AM, Christschurchjoplin said: I tried this to change the Read More text on my site to Listen Here, but it didn't work. I'm using 7.0 so maybe that's the problem? Go to Admin -> Help to check your template name 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
momallo Posted August 19, 2021 Author Share Posted August 19, 2021 On 6/20/2021 at 10:22 PM, tuanphan said: Hi. Use this code with Code Block <style> a.summary-read-more-link { visibility: hidden; } a.summary-read-more-link:before { visibility: visible; content: "Lire la suite →"; } </style> @tuanphan This worked perfectly! Thank you so much! 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