[Resolved] Shadow under nav bar

Home Forums Support [Resolved] Shadow under nav bar

Home Forums Support Shadow under nav bar

Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • #290796
    Leo
    Staff
    Customer Support

    I think you are missing the last value in the rgba code. There should be 4 numbers.

    #290880
    Rylan Urban

    Yeah that worked! I wasn’t even aware that rgb included the “a” – since I’ve always go it work work without that!

    Rylan

    #290881
    Rylan Urban

    Oh wait – it didn’t work lol

    #290885
    Leo
    Staff
    Customer Support

    hmm try this selector instead: nav#sticky-navigation

    #290890
    Rylan Urban

    Sorry I don’t know how to do that, this one doesn’t work:

    .nav#sticky-navigation {
    	-webkit-box-shadow: 10px 10px 5px 0px rgba(60,67,194,1);
    	-moz-box-shadow: 10px 10px 5px 0px rgba(60,67,194,1);
    	box-shadow: 10px 10px 5px 0px rgba(60,67,194,1);
    }
    #290891
    Leo
    Staff
    Customer Support
    nav#sticky-navigation {
    	-webkit-box-shadow: 10px 10px 5px 0px rgba(60,67,194,1);
    	-moz-box-shadow: 10px 10px 5px 0px rgba(60,67,194,1);
    	box-shadow: 10px 10px 5px 0px rgba(60,67,194,1);
    }
    #290896
    Rylan Urban

    WORKED!

    Thank You ๐Ÿ™‚

    #290900
    Leo
    Staff
    Customer Support

    You’re welcome ๐Ÿ™‚ sorry that took more attempts than expected…

    #290917
    Rylan Urban

    No worries – Resolved!

Viewing 9 posts - 16 through 24 (of 24 total)
  • You must be logged in to reply to this topic.