Hello, I use MASONRY. By passing the mouse over the photo carries a black transparency effect under the photo with the caption.
I would like to change the color and opacity of this transparency and change the color of the caption letter.
LINK –
LINK IMAGE
I use CSS CLASS
Hey mleite1,
Please try the following in Quick CSS under Enfold->General Styling:
Overlay:
.av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(10,10,10,0.5) !important;
}
Caption:
.av-masonry-entry-title {
color:green !important;
}
Best regards,
Rikard
Rikard, thanks for the help. The title color code did not work. I do not know why.
.av-masonry-entry-title {
color: green !important;
}
LINK
Hi,
Right now on line 75 in your custom css (milk9_hidrocon.css), your color is black with !important; so it is a conflict.
Please try changing that code:
.av-masonry-entry .av-masonry-entry-title {
font-family: ‘Lora’, Arial, sans-serif;
color: #000 !important;
font-size: 12px;
}
Best regards,
Mike
Mike, thanks for the help.
Where is this milk9_hidrocon.css?
I found the mistake. Easy now.
Hi,
Great, glad you found it. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Rikard, it’s ok now.
Tks