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

    HI there,

    I would like to update some of the buttons on my site to rounded buttons and leave some as the default square.
    I am wondering if there’s some css that would allow be to specify “rounded” in the custom ID field for the specific buttons that I would like to make more round?

    By rounded, I mean like the button on this slider that says “website coming soon”:

    #1277878

    Hi goldengate415,

    Yes, instead of using Custom ID Attribute use Custom CSS Class instead and put rounded-button
    Then in Enfold > General Styling > Quick CSS, add this CSS code:

    #top .rounded-button a.avia-button {
        border-radius: 20px;
    }

    Just adjust the value as you see fit.
    Hope it helps.

    Best regards,
    Nikko

    #1277901

    Thanks Nikko! And is the class I specify “rounded” or what do I put in that box?

    Thanks,
    Rob

    #1277931

    Hi Rob,

    You’re welcome :)
    You can put this in that box: rounded-button
    It’s just a class name, it’s basically just a pointer to that element.
    The part where it rounds the button is the CSS code above.

    Best regards,
    Nikko

    #1279192

    That works great, thank you!
    At some point Gunter might want to add this option in the buttons element.. it would be great to have some different button options.
    Thanks again!!
    Rob

    #1279282

    Hi Rob,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Rounded buttons with custom ID?’ is closed to new replies.