Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1099423

    Hi,
    I have created a new button.
    The button name is “COMIENZA YA”, and I give it a css class on ABL button contents “.btncomienza”
    .
    Then, I go to enfold css editor and add the class names and desired attributes:

    .btncomienza {
    font-size: 148px !important;
    color: #808080 !important;
    padding: 250px!important;
    border-radius: 25px;
    background-color: #CA2A1E !important;
    }

    But the button has no changes, font size does not increse, button color does not change (instead bg color change)

    I need to modify just only button properties.

    I appreciate your help
    Regards

    Santiago

    #1099677

    Hey enfold,

    Try this instead:

    .btncomienza a {
    font-size: 148px !important;
    color: #808080 !important;
    padding: 250px!important;
    border-radius: 25px;
    background-color: #CA2A1E !important;
    }

    Best regards,
    Rikard

    #1100119

    Great Rikard!!! Thanks so much!

    #1100120

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can not give css style to enfold buttons’ is closed to new replies.