Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • guap Friend
    #691630

    The first 2 submenus under news category are different colors while hovering. I’d like to make them the same grey color just like the rest of the submenus

    TomC Moderator
    #691708

    So that I can try to best assist you, please temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.

    TomC Moderator
    #749393

    So that I can try to best assist you, please temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.

    Saguaros Moderator
    #691723

    It looks like these 2 submenu items are set with extra class ‘cat-red’ and ‘cat-orange’ so that they have that hover color.

    You can access administrator area of your site > Extensions > Templates > JA Teline V > hit the ‘Megamenu’ to navigate to megamenu configuration. Then click on these 2 menu items and remove the extra class: http://prntscr.com/8jg3w6

    Saguaros Moderator
    #749408

    It looks like these 2 submenu items are set with extra class ‘cat-red’ and ‘cat-orange’ so that they have that hover color.

    You can access administrator area of your site > Extensions > Templates > JA Teline V > hit the ‘Megamenu’ to navigate to megamenu configuration. Then click on these 2 menu items and remove the extra class: http://prntscr.com/8jg3w6

    guap Friend
    #749420

    The “Optimize CSS” is OFF

    I don’t’ see extra class ‘cat-red’ and ‘cat-orange’ on the submenu item

    Saguaros Moderator
    #691854

    You can PM me admin login info of your site, I will take a look.

    Saguaros Moderator
    #749448

    You can PM me admin login info of your site, I will take a look.

    Saguaros Moderator
    #692417

    You can try adding this css rule:


    .t3-megamenu .cat-red, .t3-megamenu .cat-orange {
    border-color: #e5e5e5 !important;
    }
    .t3-megamenu .dropdown-menu .mega-nav > li.cat-red.open > a, .t3-megamenu .dropdown-menu .mega-nav > li.cat-red.open > a:hover, .t3-megamenu .dropdown-menu .mega-nav > li.cat-orange.open > a, .t3-megamenu .dropdown-menu .mega-nav > li.cat-orange.open > a:hover {
    background-color: #f5f5f5 !important;
    }

    into the file: root/templates/ja_teline_v/css/custom.css (create this file if it doesn’t exist)

    Saguaros Moderator
    #749676

    You can try adding this css rule:


    .t3-megamenu .cat-red, .t3-megamenu .cat-orange {
    border-color: #e5e5e5 !important;
    }
    .t3-megamenu .dropdown-menu .mega-nav > li.cat-red.open > a, .t3-megamenu .dropdown-menu .mega-nav > li.cat-red.open > a:hover, .t3-megamenu .dropdown-menu .mega-nav > li.cat-orange.open > a, .t3-megamenu .dropdown-menu .mega-nav > li.cat-orange.open > a:hover {
    background-color: #f5f5f5 !important;
    }

    into the file: root/templates/ja_teline_v/css/custom.css (create this file if it doesn’t exist)

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

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

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