Comments 3elenabooh started the conversationJanuary 19, 2021 at 3:32amHello. I would like to have a text on the portfolio thumbnails. Is it possible? Thank you! 1,558Laborator repliedJanuary 22, 2021 at 8:32amHi there,Are you trying to add description over the thumbnails because as I see you already have titles.Best regards,Laborator Team Documentation Join Kalium Users Group 3elenabooh repliedJanuary 23, 2021 at 8:38pmHi, thanks for the reply. The titles are on the Hover, but i would like to have them also on the thumbnails pre-hover. 2 other questions: 1. Is it possible to turn off the animations (delays, the text on thumbnails that comes up)? 2. I don't understand why I cannot take the underline off the menu items. I tried already a:after { height: 0px !important;} And it seemed to work and then it stopped working, i tried a:after { background-color: transparent !important;} a:after { text-decoration: none !important;} .wrapper a:after, footer.main-footer a:after { background-color: transparent !important;} with no success.Thank you very much 1,558Laborator repliedJanuary 25, 2021 at 8:36amHi again,When you're using the titles inside images version of portfolio, you will have to set this option individually for each portfolio item: (view large version)If you want it to be always visible and go away when you hover.1. Unfortunately that's not possible.2. Add this CSS to Custom CSS: .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul > li > a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a:after { display: none; } If you have further questions, kindly create a new ticket.Best regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Hello. I would like to have a text on the portfolio thumbnails. Is it possible? Thank you!
Hi there,
Are you trying to add description over the thumbnails because as I see you already have titles.
Best regards,
Laborator Team
Hi, thanks for the reply.
The titles are on the Hover, but i would like to have them also on the thumbnails pre-hover.
2 other questions:
1. Is it possible to turn off the animations (delays, the text on thumbnails that comes up)?
2. I don't understand why I cannot take the underline off the menu items. I tried already
a:after {
height: 0px !important;
}
And it seemed to work and then it stopped working,
i tried
a:after {
background-color: transparent !important;
}
a:after {
text-decoration: none !important;
}
.wrapper a:after, footer.main-footer a:after {
background-color: transparent !important;
}
with no success.
Thank you very much
Hi again,
When you're using the titles inside images version of portfolio, you will have to set this option individually for each portfolio item:
(view large version)
If you want it to be always visible and go away when you hover.
1. Unfortunately that's not possible.
2. Add this CSS to Custom CSS:
If you have further questions, kindly create a new ticket.
Best regards,
Laborator Team