Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • vikasmca Friend
    #205583

    Hello,

    I want to change JA_Medicare menu’s items background color. Please suggest the needful how can change the background color of Menu’s Item.

    Regards,
    Vikas

    phong nam Friend
    #567255

    Hi Vikas,

    Please try the css below(create custom.css file if it does not exist then add to joomla/templates/ja_medicare/css/custom.css)

    .dropdown-menu {
    background-color: #fff;
    }
    .t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    text-decoration: none;
    color: #222;
    background-color: transparent;
    }

    In this case, I changed the background for submenu item to white and color when hovering item to black.

    Thanks

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

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 9 years, 1 month ago.

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