chris8 Posted May 19, 2020 Share Posted May 19, 2020 Site URL: https://omegaingredients.squarespace.com/ Hi - is there a way of changing the text ' Older Posts' on the blog to something else? PW is omega Link to comment
tuanphan Posted May 19, 2020 Share Posted May 19, 2020 Can you share link to page in screenshot? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
chris8 Posted May 19, 2020 Author Share Posted May 19, 2020 https://omegaingredients.squarespace.com/search-products Thank you! Link to comment
tuanphan Posted May 20, 2020 Share Posted May 20, 2020 23 hours ago, chris8 said: https://omegaingredients.squarespace.com/search-products Thank you! Add to Home > Design > Custom CSS span.next-label { visibility: hidden; } span.next-label:after { visibility: visible; content: "tuan phan ss forum"; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
chris8 Posted May 20, 2020 Author Share Posted May 20, 2020 Thank you so much works perfectly - so sorry to ask but now I need to change the previous button which says 'Newer posts' How can I do this please? Link to comment
tuanphan Posted May 20, 2020 Share Posted May 20, 2020 Just now, chris8 said: Thank you so much works perfectly - so sorry to ask but now I need to change the previous button which says 'Newer posts' How can I do this please? Can you share link to page where contain newes posts? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
chris8 Posted May 20, 2020 Author Share Posted May 20, 2020 https://omegaingredients.squarespace.com/search-products Link to comment
tuanphan Posted May 20, 2020 Share Posted May 20, 2020 1 minute ago, chris8 said: https://omegaingredients.squarespace.com/search-products span.prev-label { visibility: hidden; } span.prev-label:before { visibility: visible; content: "tuan ss circle member"; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
hannahmunby Posted June 17, 2020 Share Posted June 17, 2020 Hi @tuanphan - is there anyway to apply this to just one blog on the website. I have a few different ways in which I use the blog summary. Website is www.fendittongallery.com Thanks for your help in advance 🙂 Link to comment
tuanphan Posted June 17, 2020 Share Posted June 17, 2020 49 minutes ago, hannahmunby said: Hi @tuanphan - is there anyway to apply this to just one blog on the website. I have a few different ways in which I use the blog summary. Website is www.fendittongallery.com Thanks for your help in advance 🙂 Add to Page Settings > Advanced > Header (or Add Code Block) > paste this code <style> span.prev-label { visibility: hidden; } span.prev-label:before { visibility: visible; content: "tuan ss circle member"; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.