[Support request] Adding drop shadow to Main Navigation text

Home Forums Support [Support request] Adding drop shadow to Main Navigation text

Home Forums Support Adding drop shadow to Main Navigation text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #802576
    rossnmia

    Hi because we have different light and dark backgrounds in our element on each page, our white navigation text is hard to see on some pages https://adventurehelicopters.co.nz

    Can you please share some css code to add drop shadow to the navigation text for this please? That would solve the white on lighter background issue.

    #802590
    Leo
    Staff
    Customer Support

    Hi there,

    Are you referring to text shadow effect like this?
    https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_text-shadow

    Let me know 🙂

    #802652
    rossnmia

    Yes correct. I want to add drop shadow to our primary menu, just a subtle shadow to highlight the white text on a light background

    #802805
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .main-navigation .main-nav ul li a, .menu-toggle {
    text-shadow: 2px 2px #FF0000;
    }

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