ChiroUp Posted August 23, 2022 Share Posted August 23, 2022 Site URL: https://chiroup.com/podcast I'm creating a podcast page and I want to change the "read more" text to "Listen Now" However, I have another blog page where I want to keep the "read more". How can I change the text just on my podcast page? PW: 1017 Link to comment
tuanphan Posted August 25, 2022 Share Posted August 25, 2022 Add to Home > Design > Custom CSS /* Podcast read more */ body#collection-62f2a07ede350402296d4a0d { a.blog-more-link { font-size: 0 !important; } a.blog-more-link:after { content: "Listen Now"; font-size: 16px; transform: unset !important; background: unset !important; height: unset !important; }} 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
JKForward Posted November 8, 2022 Share Posted November 8, 2022 Hi there, I have the same question. I tried putting the above code into Home > Design > Custom CSS with no luck. I have several blogs and would like my /podcast blog link to say "Read More and Listen", while keeping the others as "Read More". I'm in 7.1. Link to comment
tuanphan Posted November 10, 2022 Share Posted November 10, 2022 On 11/8/2022 at 11:17 AM, JKForward said: Hi there, I have the same question. I tried putting the above code into Home > Design > Custom CSS with no luck. I have several blogs and would like my /podcast blog link to say "Read More and Listen", while keeping the others as "Read More". I'm in 7.1. Above includes Blog Page ID. If you copy above code, it won't work on your site. Can yo ushare link to podcast blog? We can check & give the correct id. 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
JKForward Posted November 18, 2022 Share Posted November 18, 2022 On 11/10/2022 at 2:55 AM, tuanphan said: Above includes Blog Page ID. If you copy above code, it won't work on your site. Can yo ushare link to podcast blog? We can check & give the correct id. Thank you! My podcast blog is here: https://www.jkforward.com/podcast Link to comment
tuanphan Posted November 21, 2022 Share Posted November 21, 2022 On 11/18/2022 at 11:46 AM, JKForward said: Thank you! My podcast blog is here: https://www.jkforward.com/podcast Add to Design > Custom CSS /* Podcast */ body#collection-6229793a3928c65bdfbed7e9 { a.blog-more-link { font-size: 0 !important; } a.blog-more-link:after { content: "Listen Now"; font-size: 16px; transform: unset !important; background: unset !important; height: unset !important; border-bottom: 1px solid; display: block; padding-bottom: 10px; }} 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment