• Resolved kuzmanovicn

    (@kuzmanovicn)


    Hello, I have problem, my menu is: HOME, ABOUT US, PORTFOLIO, CONTACT.
    ABOUT US and PORTFOLIO is a part on home page and it’s working with this plugin, but HOME and CONTACT linking to another page without plugin.

    When I access my home page, HOME, ABOUT US and PORTFOLIO is selected and highlighted.
    You can check it on address:
    Designable

    How to fix it?

    • This topic was modified 8 years, 1 month ago by kuzmanovicn.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author malihu

    (@malihu)

    Hello,

    The links highlighting you see comes from your theme’s stylesheet (theme.css, line 381). It’s common for themes to style current page menu items differently (in your case with red text color).

    You can overwrite this rule with the following CSS:

    .menu li.current-menu-item a._mPS2id-h {
        color: #848481;
    }

    Let me know

    • This reply was modified 8 years, 1 month ago by malihu.
    Thread Starter kuzmanovicn

    (@kuzmanovicn)

    You are the best! Thank you! Solved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Three highlighted menus problem’ is closed to new replies.