hey guys. how can i change the font color and size here: http://imgur.com/a/shNFt i want change the font color to white :)
Greetings, Lukas
Hi Lukas,
The screenshot is not working so I’m not sure what you are looking to change, could you check it please?
Best regards,
Rikard
Maybe you can help me with this meanwhile :)
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-masonry .active_sort span {
color: orange;
}
.av-masonry span {
color: white;
}
Please do not redirect from one thread to another as it is making it more difficult for us and for other users to follow.
Best regards,
Yigit
Great. Thank you.