Guest Posted February 6, 2020 Share Posted February 6, 2020 Site URL: https://www.acnedestruction.com/ whenever i change fonts it changes my entire site. How do i change fonts on specific sections, pages etc? Link to comment
tuanphan Posted February 6, 2020 Share Posted February 6, 2020 You need to use custom code in this case. 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
JuleeBode Posted December 7, 2021 Share Posted December 7, 2021 So are you saying that you can't use a different H1 on each page? I thought you could do that will custom css. I have a site that I was to swap out the font on the H1 on each page. How can I do that. Include it in the page custom CSS? Please help Link to comment
tuanphan Posted December 10, 2021 Share Posted December 10, 2021 On 12/8/2021 at 2:49 AM, JuleeBode said: So are you saying that you can't use a different H1 on each page? I thought you could do that will custom css. I have a site that I was to swap out the font on the H1 on each page. How can I do that. Include it in the page custom CSS? Please help If you share link to a page, we can help easier Or you can edit each page >> Add a Code Block (anywhere on the page) >> Paste this code <style> h1 { color: red !important; font-family: monospace !important; font-size: 30px !important; } </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
Create an account or sign in to comment
You need to be a member in order to leave a comment