Hello,
Not this biggest issue, but upon update to 2.9.2, all of my Theme Subtle buttons have changed style. Prior to the update, they appeared like this, in accordance to http://kriesi.at/themes/enfold/shortcodes/buttons.
After the update they appear like this:
Any fix? I’m sure quick CSS can solve this.
Cheers,
Jon
Hi schuttjon!
Thank you for using Enfold.
You want the button title and icon change to black? Use this on Quick CSS or custom.css:
span.avia_button_icon {
color: #666666;
}
span.avia_iconbox_title {
color: #666666;
}
Best regards,
Ismael
Thank you much. This topic can be closed.
:)
– Jon
I also just discovered that there is a custom color setting for the buttons. I must of just glanced over that.
Thanks guys, your support team is the best.