Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #164266

    Hi guys-

    Another mystery to me – How do you edit the custom button text color? In the promo box, Kriesi did a good job of allowing users to edit this independently, but not on custom buttons? I have worked at it for a little while, but can’t figure it out. What’s the secret?

    Cheers.

    #164319

    Hey,

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Edit any avia elements like Button element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-button”.

    You can add something like this on your custom.css or Quick CSS to change the button text color:

    .main_color .awesome-button .avia_iconbox_title {
    color: red;
    }

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Button Text Color’ is closed to new replies.