Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1073252

    Hi
    Add below code in custom.css file and change the colour, background

    .t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {  background: none;   color: #d9d9d9;  font-size: 10px; }

    Regards

    Valentino Friend
    #1073606

    Still a problem, when a link is clicked and you enter the page, the color of the active link font is white, how do I change the color of this font?
    Thank you
    Valentino

    Pankaj Sharma Moderator
    #1073822

    Hi
    Add below code in custom.css file and change the color code as per needs

    .t3-megamenu .mega-nav > li.open > a, .t3-megamenu .dropdown-menu .mega-nav > li.open > a, .t3-megamenu .mega-nav > li.active > a, .t3-megamenu .dropdown-menu .mega-nav > li.active > a {
        background: none;
        color: #fff;
    }

    Regards

    Valentino Friend
    #1074002

    okay thanks!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Valentino 6 years, 4 months ago.

The topic ‘Problem with megamenu’ is closed to new replies.