Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #848722

    POPSCLstudios
    Participant

    Hello there,

    I have a little question..
    Is there a way to add a slight glow behind the search icon that is in the nav bar..
    If you view the page HERE
    Notice the logo, how it has the glow around it. This is basically what I am wishing to achieve with the search icon in the nav bar.
    Is this possible?

    Any assistance on this matter is greatly appreciated.
    Thank you,
    Michael

    #848928

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .x-navbar .desktop .x-nav .x-menu-item-search .x-btn-navbar-search i {
        box-shadow: 0 0 10px #ffffff;
    }
    

    Hope that helps.