Lecreesma Posted February 9, 2021 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
tuanphan Posted February 13, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Lecreesma Posted February 15, 2021 Author Posted February 15, 2021 This is what I get when I enter the code: for evaluating function `rgb`: color functions take numbers as parameters
Lecreesma Posted February 15, 2021 Author Posted February 15, 2021 Secondary question: is there a way to adjust the "degree of the shadow" created?
tuanphan Posted February 18, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Lecreesma Posted February 18, 2021 Author 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?"
tuanphan Posted February 19, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Lecreesma Posted February 22, 2021 Author 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.