[Resolved] CSS for dark shadow on menu items in the Header

Home Forums Support [Resolved] CSS for dark shadow on menu items in the Header

Home Forums Support CSS for dark shadow on menu items in the Header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #317082
    Shane Edge Pienaar

    Good Day

    I need to add a shadow on the Menu Items within the header for http://www.southafricanadventures.com . Here is the css code – .saashadowfont {text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    }

    Im not sure how to put this code within GP theme.

    Please can you assist

    kind Regards
    Shane

    #317225
    Leo
    Staff
    Customer Support

    Hi Shane,

    Try this CSS:

    .main-navigation .main-nav ul li a {
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #317774
    Shane Edge Pienaar

    Thank you very much for the response. But im not sure where to put the code within GP to change the text within the Header? I am using beaver Builder light.

    #317852
    Leo
    Staff
    Customer Support

    To add the code above? This should help: https://docs.generatepress.com/article/adding-css/

    If you are talking about the menu items: https://docs.generatepress.com/article/using-the-wordpress-menu-builder/

    Let me know.

    #318113
    Shane Edge Pienaar

    Issue resolved. Thank you very much. it worked perfectly. Much appreciated

    #318226
    Leo
    Staff
    Customer Support

    You’re welcome 🙂

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