• Xicolami

    (@xicolami)


    How do I change the color from the select section on my menu bar?

    I can change the background
    .navigation-main ul > .current_page_item,
    .navigation-main ul > .current-menu-item,
    .navigation-main ul > .current-post-ancestor,
    .navigation-main ul > .current-menu-ancestor,
    .navigation-main ul > .current-menu-parent,
    .navigation-main ul > .current-post-parent {
    background: #57c9e8;
    }

    How about the text????

Viewing 3 replies - 1 through 3 (of 3 total)
  • Without having inspected your site, I would suggest something like this:

    .navigation-main ul > .current_page_item a,
    .navigation-main ul > .current-menu-item a,
    .navigation-main ul > .current-post-ancestor a,
    .navigation-main ul > .current-menu-ancestor a,
    .navigation-main ul > .current-menu-parent a,
    .navigation-main ul > .current-post-parent a {
    color: #ffffff;
    }
    Thread Starter Xicolami

    (@xicolami)

    No it doesn’t work.
    I created a child theme from the expound theme https://wordpress.org/themes/expound/

    So far that’s all I’m trying to do.

    Michael

    (@alchymyth)

    it will be useful if you can provide a live link to your site, with the suggested CSS in place, to allow for investigating the CSS formatting.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘.navigation-main ul >’ is closed to new replies.