Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • andiheu Friend
    #1085864

    Hi,
    I installed edenite II and custumized the red template, but I can’t find the css-rules to change the color of the dropdown-menu-items. I managed to change the color of the normal menu, only the dropdown-fields remain grey, and I can’t find corresponding lines in the css-files. Who can help me?

    Saguaros Moderator
    #1085976

    Hi,

    Kindly share the credentials of your site so I can take a look.

    andiheu Friend
    #1086646
    This reply has been marked as private.
    Saguaros Moderator
    #1086706

    Hi,

    You can try to add the following custom CSS code:

    .t3-megamenu .mega > .mega-dropdown-menu {
        background-color: #ffffff; /*background color*/
    }
    
    .t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
        color: #333333; /*color of text*/
    }
    
    .t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover {
        color: #323232; /*color of text when hovering*/
    }

    to the CSS file: root/templates/ja_edenite_ii (your default template)/css/custom.css (create this file if it doesn’t exist)

    And change to the color as you desired.

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 6 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum