Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #604650

    This site: http://pagevalleyfair.org/wp/ Using a child theme.
    I had set the background to This color solid #2d5c88 all the way across the screen and the font had a black drop shadow on it.
    Now out of the clear blue sky, the background color is only showing up when you mouse over the menu item and the drop shadow is gone.

    I have not worked on the site in several weeks. Everything is up to date. Why would this change all of a sudden on its own?
    Help please
    Thank you.

    • This topic was modified 8 years ago by elames.
    #604675

    Hi elames!

    Thanks for getting in touch with us!

    In theme options under Advanced Styling, you had the styling for the Main Menu links set to apply only on mouse hover (see screenshot in private section). I unchecked this option and the solid background color for the menu is back.

    Let me know if I misunderstood anything or if you need further assistance.

    Cheers!
    Jordan

    #604783

    Hi yes background is back but now when you mouseover it doesnt change color and my drop shadow is not on the menu items.?

    #605223

    Hey!

    Thanks for getting back to me!

    I have added 2 options in the Advanced Styling to change the Main Menu colors. One which adjust the color on hover and one which has the background color. For the text shadow on the main menu items, please try the following CSS:

    #top #header .av-main-nav>li>a {
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
    }

    Regards,
    Jordan

    #605406

    Solved.Thank you for your help. I really appreciate it!

    #605414

    Hi!

    You’re most welcome :) Feel free to reach out to us if you have anymore issues.

    Regards,
    Jordan

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