Tagged: Masonry Gallery
Hello,
What’s the script for changing the Taxonomy label in the Masonry Gallery on this page? I tried guessing based on the “sort by” script, but it didn’t work. I need to make the text white instead of black.
Thank you.
Hi creative-expansion!
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-3478 div.av-masonry-entry-content, .page-id-3478 h3.av-masonry-entry-title {
color:white !important;
}
Regards,
Rikard
Unfortunately, that did not change the text.
Hello,
I just noticed that that the CSS:
.page-id-3478 div.av-masonry-entry-content, .page-id-3478 h3.av-masonry-entry-title {
color:white !important;
}
Changed all the text color within the masonry gallery, but not the “All” taxonomy title at the top of the gallery. Please help.
Hi,
No it’s because it’s the “active” one, you can control it using the following CSS:
.page-id-3478 .active_sort span {
color:white !important;
}
Best regards,
Rikard
I’m sorry, it still didn’t change.
Hi!
Please try this:
.page-id-3478 .av-current-sort-title span span {
color: #ffffff;
}
Regards,
Ismael
That did it, thank you!