Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #276452

    Hi,
    First off, I’m totally new to this, but am LOVING the Enfold theme and learning a ton by working my way through it. The support forums are a huge help. Nice work!
    Could you tell me how to change the default button shape, if possible, to round buttons? Not just rounded rectangles, but actual flat color, no border circles with text over them?
    Thanks.

    #276486

    Hi trevorjohnston!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    body div .avia-button { border-radius: 10px; border: none !important; }

    Cheers!
    Yigit

    #358624

    Hallo,

    was muss ich eingeben, damit die Buttons ganz rund sind. Sie sollen außerdem eine einheitliche Größe haben, damit ich z.B. drei runde Buttons mit der gleichen Größe untereinander platzieren kann.
    Geht das?

    Danke und Gruß,
    Daniela

    #358752

    Hallo Daniela

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust the value as needed

    body div .avia-button { border-radius: 10px; }

    Can you post the link to your page and point out the buttons that you would like to have in same size?

    Cheers!
    Yigit

    #358945

    Dear Yigit,
    thanks for your reply. I´ve already change the CSS as you mentioned it. But i want the buttons to be fully round like a circle (or bullet point!?). It should look like the jpeg.pictures under “Leistungen”.
    You can see it here: ahoi.franziska-schoenberner.de/startseite

    Thank you very much for your support. I really love your theme!

    Cheers!
    Daniela

    #358949

    I have also another problem with the portfolio. Maybe you can answer it. You can find it here:
    https://kriesi.at/support/topic/portfolio-probleme-mit-grosenanpassung-und-individuelle-einstellungen/

    thanks

    #359425

    Hi!

    I don’t think this is possible with the button element because the length of text may vary. You should use round images as buttons.

    Regards,
    Ismael

    #359477

    Hey,
    thats a pity. I will find another solution then.

    Thanks!

    #359510

    well if the border-radius is bigger than half the size of your button the button will be a circle.
    or you define the border-radius as 50% as you can see with standalone Icon
    but it will be unpractical for buttons with different text-length

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Round buttons’ is closed to new replies.