Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi,

    Please go to Appearance > Max Mega Menu > Menu Themes. Select your theme and scroll to the bottom. In custom CSS, under “/** Custom styles should be added below this line **/”, please add this:

    li.mega-current-menu-item {
            background: red;
        }

    Regards,
    Tom

    Thread Starter alnestabs

    (@alnestabs)

    Many thanks, that was it.

    And how do you do rounded corners?

    li.mega-current-menu-item {
            background: red;
            border-radius: 10px;
        }

    The border-radius switches the highlighting off again.

    Thread Starter alnestabs

    (@alnestabs)

    Now it works even with the border-radius.

    li.mega-current-menu-item {
            background: rgba(244, 14, 178, 1);
            border-radius: 10px;
            }
    marco_nunez

    (@marco_nunez)

    Thanks ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Current page item highlighted’ is closed to new replies.