earthwindflowermoon Posted November 23, 2021 Share Posted November 23, 2021 (edited) Site URL: https://enlightenedleaders.squarespace.com/ Hello, I am using the below code to create an opaque black background for my main navigation. At the moment, the code for the opacity is making the text opaque as well. I do not want this to happen - it should be 100% white... .Header--bottom.Header--overlay { background: black; opacity: 20%; } Site password: MVLF Please help, and thanks in advance for any assistance! Edited November 23, 2021 by earthwindflowermoon Link to comment
tuanphan Posted November 23, 2021 Share Posted November 23, 2021 (edited) Remove your code & use this new code .Header--bottom.Header--overlay { background: rgba(0,0,0,0.2); } (We can use rgba color to make opacity, instead using opacity attribute) Edited November 23, 2021 by tuanphan 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
earthwindflowermoon Posted November 24, 2021 Author Share Posted November 24, 2021 You are wonderful! 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