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.
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.
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?
Yes. PLease close the thread