Dear team,
on my pag below I use 1) a content slider (middle section / Was Kunden über unsere Zusammenarbeit sagen:) and 2) a blogpost grid (bottom).
In order to get the titles of 1) white, I added thefollowing CSS
.avia-content-slider .slide-entry-title {
font-size: 25px !important;
color: white !important; }
But i want the blogpost titles 2) NOT to be in white.
How do I need to adjust the CSS acc.?
Thx a lot, Tilman
Hey Tilman,
Thank you for the inquiry.
We edited the css code a bit and added the unique class name of the content slider. Please try it again.
.av-l8rqkilm-a1c9f18a125a30ce747daaadf300bf94.avia-content-slider .slide-entry-title {
font-size: 25px !important;
color: white !important;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
thx a lot Ismael,
this works :-)