Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #565005

    Hello, I’m trying to change the color of the hover on my main navigation links, the color of my drop down sub-menu navigation, and the color of the shopping cart image. Links and screenshots of my site are in the private section.

    I would like to:
    1) Change the main navigation link hover so it turns to green text on pale green background.
    2) Change the colors of the drop down sub-menu in the navigation. I’d like the drop down menu background color to be white with green text.
    3) I’d like to change the color of the shopping cart image in the top right. It’s black but I’d like it to be white. I can change the image color in Photoshop but I don’t know how to replace the image in the website code.

    Thank you!

    #565121

    Hi mandahays!

    1. + 2. You can do this in Dashboard > Enfold > Advanced Styling. You can change the colors and hover colors for both the main menu links and also the dropdown (submenu) links.

    3. Add this to your custom CSS.

    .cart_dropdown_link > span::before {
        color: white !important;
    }

    Regards,
    Elliott

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