jimifitz Posted March 21, 2023 Share Posted March 21, 2023 The footer text appears bold on one of my pages for some reason (2nd screenshot shoes how it looks on other pages). I think it has something to do with the gallery images because when I delete the gallery, the footer font goes back to normal. I am using bold html tags on the gallery image descriptions but not sure how that would affect the footer text. Link to comment
tuanphan Posted March 24, 2023 Share Posted March 24, 2023 Hi, Can you share link to page where you have problem? We can help easier 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
jimifitz Posted March 27, 2023 Author Share Posted March 27, 2023 (edited) https://theprojecttwins.squarespace.com/ Thanks Edited March 28, 2023 by jimifitz typo Link to comment
tuanphan Posted March 29, 2023 Share Posted March 29, 2023 On 3/27/2023 at 7:56 PM, jimifitz said: https://theprojecttwins.squarespace.com/ Thanks Hi, Which page are you referring to? I don't see footer on Homepage 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
jimifitz Posted March 29, 2023 Author Share Posted March 29, 2023 Sorry about that. Footer links appear in bold on this page https://www.theprojecttwins.com/illustration but it should look like it is on this page https://www.theprojecttwins.com/art Link to comment
Solution tuanphan Posted March 31, 2023 Solution Share Posted March 31, 2023 On 3/29/2023 at 5:26 PM, jimifitz said: Sorry about that. Footer links appear in bold on this page https://www.theprojecttwins.com/illustration but it should look like it is on this page https://www.theprojecttwins.com/art Font weight on this page is 700, other pages are 400, not sure why I see a <b> tag appear on this page. I guess you have a missing closing </b> tag somewhere, cause problems So there are two options to solve this problem Option 1. Check all <b> and </b> and make sure, all text always have opening tag <b> and closing tag </b> Option 2. Add this to Design > Custom CSS to override font weight on this page footer div#block-0f0f46023a35a976154b * { font-weight: 400 !important; } jimifitz 1 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
jimifitz Posted March 31, 2023 Author Share Posted March 31, 2023 Thanks a lot. I used the CCS code to override it. 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