Hi, I can’t seem to color the Avia Button font color. Can you help? I have all the body links a light blue and I can’t seem to figure out how to change the button to do become white liek the form. You can see what I mean in the link provided.
Thanks!
Rob
Hi RobertPfeifer!
Please insert the following css into your custom css section:
.avia-button .avia_button_icon {
color: #ffffff !important;
}
.avia_iconbox_title {
color: #ffffff !important;
}
Best regards,
Dake
That worked awesome thanks Dake. Quick follow-up. Is there a way to add animation fade-in to a text block like you do for images?
Rob
Hi!
unfortunately there is no such function built into the theme. Maybe a plugin could help you out.
Best regards,
Andy
Thanks Andy.
Rob