timprsn Posted December 27, 2022 Share Posted December 27, 2022 Hey, Is there any way to change the site title depending on which page the user is currently on? For example, I would like the title on this page: https://www.euphoricstudios.com/photography to be 'EUPHORIC STUDIOS - PHOTOGRAPHY' but the title on the homepage to remain 'EUPHORIC STUDIOS'. Thanks in advance! 🙂 Link to comment
tuanphan Posted December 29, 2022 Share Posted December 29, 2022 Yes. Possible. Do you use Personal or Business Plan? each plan will have a different solution. 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
timprsn Posted January 2, 2023 Author Share Posted January 2, 2023 On 12/29/2022 at 4:47 AM, tuanphan said: Yes. Possible. Do you use Personal or Business Plan? each plan will have a different solution. Hey, sorry for the late reply, I just saw your response. I currently have a personal plan but upgrading to a business plan would be possible for me Link to comment
tuanphan Posted January 4, 2023 Share Posted January 4, 2023 On 1/3/2023 at 6:35 AM, timprsn said: Hey, sorry for the late reply, I just saw your response. I currently have a personal plan but upgrading to a business plan would be possible for me If you use Business Plan/higher, add this code to Page Header <style> a#site-title { font-size: 0; } a#site-title:before { content: "Photography"; font-size: 3.2rem; }</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
timprsn Posted January 4, 2023 Author Share Posted January 4, 2023 1 hour ago, tuanphan said: If you use Business Plan/higher, add this code to Page Header <style> a#site-title { font-size: 0; } a#site-title:before { content: "Photography"; font-size: 3.2rem; }</style> Is it possible that you also show me how to do it with a personal plan? Link to comment
tuanphan Posted January 7, 2023 Share Posted January 7, 2023 On 1/4/2023 at 5:38 PM, timprsn said: Is it possible that you also show me how to do it with a personal plan? Add to Design > Custom CSS body#collection-63aafae2bc6b8d091e61353c { a#site-title { font-size: 0; } a#site-title:before { content: "Photography"; font-size: 3.2rem; }} body#collection-63aafae2bc6b8d091e61353c is Page ID. Follow this guide to find Page ID. 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
timprsn Posted January 7, 2023 Author Share Posted January 7, 2023 27 minutes ago, tuanphan said: Add to Design > Custom CSS body#collection-63aafae2bc6b8d091e61353c { a#site-title { font-size: 0; } a#site-title:before { content: "Photography"; font-size: 3.2rem; }} body#collection-63aafae2bc6b8d091e61353c is Page ID. Follow this guide to find Page ID. this only works for the page that contains the different portfolio items, but doesn't affect the pages of the different projects? do I have to add this code for every page individually or is there a way to add it for all of them at once? Link to comment
tuanphan Posted January 8, 2023 Share Posted January 8, 2023 On 1/7/2023 at 4:26 PM, timprsn said: this only works for the page that contains the different portfolio items, but doesn't affect the pages of the different projects? do I have to add this code for every page individually or is there a way to add it for all of them at once? You mean you need all projects belong a portfolio page same title? 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
timprsn Posted January 8, 2023 Author Share Posted January 8, 2023 2 hours ago, tuanphan said: You mean you need all projects belong a portfolio page same title? yes exactly! Link to comment
Solution tuanphan Posted January 14, 2023 Solution Share Posted January 14, 2023 On 1/9/2023 at 3:52 AM, timprsn said: yes exactly! Hi, Use this CSS body.collection-63aafae2bc6b8d091e61353c { a#site-title { font-size: 0; } a#site-title:before { content: "Photography"; font-size: 3.2rem; }} 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
timprsn Posted January 15, 2023 Author Share Posted January 15, 2023 On 1/14/2023 at 3:06 AM, tuanphan said: Hi, Use this CSS body.collection-63aafae2bc6b8d091e61353c { a#site-title { font-size: 0; } a#site-title:before { content: "Photography"; font-size: 3.2rem; }} This works perfectly, 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