lesley.pocklington Posted September 17, 2020 Share Posted September 17, 2020 Site URL: http://www.recoop.care Hey everyone! I am trying to overwrite the h1 (overlay) style for one specific banner on a homepage. The banner section is considered a "page" (identified by #welcome) so I dropped the following code in the advanced section, but it doesn't work. Should the h1 have a different name because it's overlay? Any tips? <style> #welcome h1 { color: #FFF !important; } </style> Link to comment
Domanique Posted September 17, 2020 Share Posted September 17, 2020 2 hours ago, lesley.pocklington said: Site URL: http://www.recoop.care Hey everyone! I am trying to overwrite the h1 (overlay) style for one specific banner on a homepage. The banner section is considered a "page" (identified by #welcome) so I dropped the following code in the advanced section, but it doesn't work. Should the h1 have a different name because it's overlay? Any tips? <style> #welcome h1 { color: #FFF !important; } </style> Try this: #BLOCKID h1 {color: white;} For example: #block-yui_3_17_2_1_1600319215132_8112 h1 {color: white;} Link to comment
lesley.pocklington Posted September 17, 2020 Author Share Posted September 17, 2020 Thank you! Worked like a charm 😄 Domanique 1 Link to comment
Domanique Posted September 18, 2020 Share Posted September 18, 2020 5 hours ago, lesley.pocklington said: Thank you! Worked like a charm 😄 You're very welcome 🙂 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