• Resolved whitneylew

    (@whitneylew)


    Hello, I’m having trouble editing the link colors in this theme.

    Can someone help me with CSS for these two types of links:

    1. Menus links
    2. Links within page content

    Right now, I am using this CSS:

    /* Standard links */
    a {
    color: #b64f68;
    }

    /* Hover links */
    a:hover {
    color: grey;
    }

    This changes the link color for links within the pages and a secondary menu I created using Mega Menu, but not the Primary Nav Menu. I’d like to be able to control the link colors for all pages and the Mega Menus and Primary Menus separately.

    Thank you so much!

    The page I need help with: [log in to see the link]

  • The topic ‘Edit Link Colors’ is closed to new replies.