Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #251762

    Hi.

    – how can I add a shadow around my complete header top and bottom?

    But not between the fixed header and the menu like I found on a different topic:
    #header_main, #header { box-shadow: 0 2px 3px #626262; }

    – and how can I make a shadow around my logo?

    lillebrormarine.nl

    #251825

    Hey lillebro!

    Please add following code to Quick CSS

    #header_meta { z-index: 3; }
    #header_main { box-shadow: 0 -2px 3px #626262; }

    then you can simply edit your logo image and add shadow to it on Photoshop

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.