Happy New Year! Enjoy 30% OFF 🎄
Coupon Code: XMAS30 - Renew: XMAS_RENEW30

https://dietapino.com/index.php#sort=name&sortdir=asc

Item information overflows in the megamenu panel when there are multiple tags.
In addition, a text is displayed: COM_CONTENT_ARTICLE_HITS
I don't know why this text is displayed.

The height of the panel should be taller and the text COM_CONTENT_ARTICLE_HITS should not be displayed.


Hi

You can try this custom css code:

.t3-megamenu .menu-carne .mega-col-module {
    height: 275px !important;
}
.t3-megamenu .menu-carne .t3-module .module-ct {
    height: 275px;
    background: #fff;
}

`.t3-megamenu .dropdown.mega.menu-cereales > a {
background-color: #f0f005 !important;
}
.t3-megamenu .dropdown.mega.menu-ensaladas > a {
background-color: #85de85 !important;
}
.t3-megamenu .dropdown.mega.menu-legumbres > a {
background-color: #e305e3!important;
}
.t3-megamenu .dropdown.mega.menu-mariscos > a {
background-color: #fab570 !important;
}
.t3-megamenu .dropdown.mega.menu-pasta > a {
background-color: #c2acc2 !important;
}
.t3-megamenu .dropdown.mega.menu-pescados > a {
background-color: #eb7907 !important;
}
.t3-megamenu .dropdown.mega.menu-salsas > a {
background-color: #f7c981 !important;
}
.t3-megamenu .dropdown.mega.menu-sopas > a {
background-color: #f09a13 !important;
}
.t3-megamenu .dropdown.mega.menu-verduras > a {
background-color: #02de02 !important;
}

I had to put code for each item, otherwise it doesn't work.
Would it be interesting to summarize all the codes in one?

    carlucci It seems that code is used for change the background, is that ok now?

    Write a Reply...
    You need to Login to view replies.