Lecreesma Posted February 9, 2021 Share Posted February 9, 2021 Site URL: https://www.wisdom2be.com I did find how to create a header with 3D looking shadow but it was for 7.0. Any suggestions for 7.1 Link to comment
tuanphan Posted February 13, 2021 Share Posted February 13, 2021 Add to Design > Custom CSS /* header shadow */ header#header { box-shadow: 3px 4px 5px rgb(0 0 0 / 50%); } 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
Lecreesma Posted February 15, 2021 Author Share Posted February 15, 2021 This is what I get when I enter the code: for evaluating function `rgb`: color functions take numbers as parameters Link to comment
Lecreesma Posted February 15, 2021 Author Share Posted February 15, 2021 Secondary question: is there a way to adjust the "degree of the shadow" created? Link to comment
tuanphan Posted February 18, 2021 Share Posted February 18, 2021 Try new code /* header shadow */ header#header { box-shadow: 3px 4px 5px rgba(0,0,0,0.5); } 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
Lecreesma Posted February 18, 2021 Author Share Posted February 18, 2021 Works great! And I can adjust the look of the shadow. Take a look: www.wisdom2be.com I would like to do the same with the bottom header. Would you mind sending me the code do create that same effect on the "top of the bottom header?" Link to comment
tuanphan Posted February 19, 2021 Share Posted February 19, 2021 13 hours ago, Lecreesma said: Works great! And I can adjust the look of the shadow. Take a look: www.wisdom2be.com I would like to do the same with the bottom header. Would you mind sending me the code do create that same effect on the "top of the bottom header?" Where is bottom header??? 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
Lecreesma Posted February 22, 2021 Author Share Posted February 22, 2021 I'd like to have the same drop shadow on top of this header (top horizontal edge from end to end) to give it the same 3D look as the top 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