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;}
-
@dingdong hey try this:
.lay-textformat-parent a:not(.laybutton):hover {
text-decoration-line: 0px;
} -
@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;
} -
@alasdair17 also doesnt work...
i saw this in the inspector too but maybe there is a possibility with data-type="project"? -
solved.
.lightbox-caption a:hover { text-decoration: none !important; }
I don't answer or check forum DMs, please just post on the forum.
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. Now see if your problem solved itself
5. Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it