Tagged: text-decoration masonry title
Dear support,
how can i set the text-decoration of the masonry title to “none” ? (like the state on mouse-rollover)
Hey dondela,
Please try the following in Quick CSS under Enfold->General Styling:
a.av-masonry-entry {
text-decoration: none !important;
}
Best regards,
Rikard
Dear Rikard, thank you very much!