Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #736760

    This code works in the quick CSS:

    .avia-button {
    font-size: 30px!important;
    }

    But I want this only for some buttons, so I set a custom CSS class ( support ) called ab-button

    But when I add The following code, nothing happens:

    .ab-button {
    font-size: 30px!important;
    }

    What am I doing wrong?

    • This topic was modified 7 years, 10 months ago by sberendss.
    #736809

    Hey sberendss,

    We need to take a closer look Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    #736821

    Vinay, thank you for looking at this. I entered the requested data in the private content.

    #737115

    Hi,

    Thanks for the details, please try this CSS instead:

    
    .ab-button .avia_iconbox_title {
    font-size: 30px!important;
    }

    Best regards,
    Rikard

    #737193

    Thanks Rikard, that works.

    #737300

    Hi,

    Glad we could help!
    Please take a moment to review our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Edit button with custom CSS class’ is closed to new replies.