Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1031540
    Suzanne S
    Participant

    Hi,

    I’d like to include a shadow on my navbar so when you scroll down there is a shadow under the bar at the bottom.

    http://www.howtostartworkingathome.com/

    Can I have the code for this please?

    regards
    Suzanne

    #1032083
    Joao
    Moderator

    Hi Suzanne,

    Please add the following code to Appereance Customizer Custom CSS

    
    .x-navbar {
        -moz-box-shadow:    0 0.15em 0.35em 0 rgba(0,0,0,0.135);
        -webkit-box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
        box-shadow:         0 0.15em 0.35em 0 rgba(0,0,0,0.135);
    }
    

    Hope that helps,

    Joao

    #1033457
    Suzanne S
    Participant

    I tried that code and it does nothing.

    #1033495
    Rupok
    Member

    Hi there,

    Thanks for writing back. The above code seems correct and should work if you add this correctly. Make sure the code above this is closed properly.

    You can also try this instead :

    .x-navbar {
      box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
    }

    Hope this helps.

    #1033745
    Suzanne S
    Participant

    It does nothing.

    #1033899
    Joao
    Moderator

    Hi Suzanne,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1037375
    Suzanne S
    Participant

    It’s working now…thank you 🙂

    #1037405
    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1031540 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>