Lightbox caption hover
-
Hi!
I want to style the hover of my lightbox caption.
my css doenst work, maybe my selector is wrong?
https://www.mikeabmaier.com/overview-22/
First image > "→ Dreitor Anwälte"
anybody can help?.lightbox-caption a:hover{ text-decoration: none;} -
Hi!
I want to style the hover of my lightbox caption.
my css doenst work, maybe my selector is wrong?
https://www.mikeabmaier.com/overview-22/
First image > "→ Dreitor Anwälte"
anybody can help?.lightbox-caption a:hover{ text-decoration: none;}@dingdong hey try this:
.lay-textformat-parent a:not(.laybutton):hover {
text-decoration-line: 0px;
} -
@dingdong hey try this:
.lay-textformat-parent a:not(.laybutton):hover {
text-decoration-line: 0px;
}@alasdair17 doenst work :(
-
@alasdair17 doenst work :(
@dingdong ah it seemed to work when I tried it in chrome inspector. Here is the exact selector, there is probably a simpler solution but try this:
#lightbox-inner > div > div > div.swiper-slide.has-caption.swiper-slide-active > div > p > a {
text-decoration-line: 0px !important;
} -
@dingdong ah it seemed to work when I tried it in chrome inspector. Here is the exact selector, there is probably a simpler solution but try this:
#lightbox-inner > div > div > div.swiper-slide.has-caption.swiper-slide-active > div > p > a {
text-decoration-line: 0px !important;
}@alasdair17 also doesnt work...
i saw this in the inspector too but maybe there is a possibility with data-type="project"?