Can you provide quick css to alter the color of the Load More button and text in the Masonry Gallery?
Hey egouldCTTA,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
ctta.com
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-masonry-load-more {
color: red;
background: orange!important;
}
Best regards,
Yigit
Thank you!