Comments SonrieSL started the conversationJune 3, 2020 at 1:34pmHello, I'd like to add a shadow on the two nav buttons I have. 2,979Andrew repliedJune 3, 2020 at 4:19pmHi SonrieSL,Use the following custom css: #top nav > .buttons { text-shadow: 2px 2px blue; } Hope this helps.SonrieSL repliedJune 4, 2020 at 7:30amHello Andrew, thanks for the reply, however, the code you've provided makes the text cast a shadow, not the button itself.Best,Sonrie 2,979Andrew repliedJune 4, 2020 at 8:06amHi SonrieSL,Use the following css: #top nav > .buttons .button_solid_color a { padding: 10px; box-shadow: 5px 5px 8px blue, 10px 10px 8px red, 15px 15px 8px green; } #top nav > .buttons .slide-out-widget-area-toggle div { padding: 10px; box-shadow: 5px 5px 8px blue, 10px 10px 8px red, 15px 15px 8px green; } Kind regards.SonrieSL repliedJune 4, 2020 at 8:09amThanks Andrew!SonrieSL repliedJune 5, 2020 at 6:02amHello Again andrew, I just noticed the shadow is not working on mobile... 2,979Andrew repliedJune 5, 2020 at 8:43amHi SonrieSL,I visited your website and the shadow is no longer on desktop. Also when I tested the same css it seems to work on mobile.Thanks.SonrieSL repliedJune 5, 2020 at 8:46amHello Andre, I can assure the shadow is active on desktop, see the image attached. 2,979Andrew repliedJune 5, 2020 at 8:59amHi SonrieSL,It shows if you take a closer look. It is due to background. Try switching to a more dark color and you will see.Kind regards. Sign in to reply ...
Hello, I'd like to add a shadow on the two nav buttons I have.
Hi SonrieSL,
Use the following custom css:
Hope this helps.
Hello Andrew, thanks for the reply, however, the code you've provided makes the text cast a shadow, not the button itself.
Best,
Sonrie
Hi SonrieSL,
Use the following css:
Kind regards.
Thanks Andrew!
Hello Again andrew, I just noticed the shadow is not working on mobile...
Hi SonrieSL,
I visited your website and the shadow is no longer on desktop. Also when I tested the same css it seems to work on mobile.
Thanks.
Hello Andre, I can assure the shadow is active on desktop, see the image attached.
Hi SonrieSL,
It shows if you take a closer look. It is due to background. Try switching to a more dark color and you will see.
Kind regards.