Site URL: http://www.skatedays.nl
Hi y'all,
I'm adding images on our page with bulletpoints that link to certain pages. I managed to change the color and font size in CSS. However when I change words into links, the color of the text doesn't change into the right color. This is the code that i used:
.image-caption-wrapper { max-height: 100% !important; }
.image-caption-wrapper {
background: rgba(255,255,255,0.7) !important;
}
.image-caption p {
color: #f0113e !important;
font-size: 15px !important;
font-weight: bold !important;
line-height: 150% !important;
letter-spacing: 1px !important;
}
Second question:
Is it also possible to remove the underline when using a link in caption overlay?
Thanks,
Gr. Koen