Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #947995

    Hello Kriesi support team,
    I would like tu use the new button row element of Enfold 4.3
    but dont get the buttons to a rounded style like shown at https://kriesi.at/themes/enfold-elegant-portfolio/#footer-template
    The buttons remaining square styled.
    Could You please give a hint how to adjust?

    kind regards

    #948560

    Hey Tobias,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #950098

    I got them round as I wanted to do the same – added below to Quick CSS. :-)

    USING MEDIUM SIZE BUTTON
    #top .avia-button, #top .av-menu-button > a .avia-menu-text {
    border-radius: 100px;
    line-height: 18px;
    }
    USING LARGE SIZE BUTTON
    #top .avia-button, #top .av-menu-button > a .avia-menu-text {
    border-radius: 100px;
    line-height: 42px;
    }

    #950254

    Hey Annemarie,

    Thanks for your input on this.

    Best regards,
    Jordan Shannon

    #950800

    Sorry I jumped the gun because it effects styling on default buttons… but have pursued a solution on this thread…
    Reply to: Custom styling for the new button row element

    #951034

    Hey Annemarie,

    Was the solution you posted able to help you?

    Best regards,
    Jordan Shannon

    #951134

    Hi Jordan,
    I think the question is still open as also described in post-946293

    kind regards
    Tobias

    #951135

    Hey Tobias,

    Do you have a link to your site available?

    Best regards,
    Jordan Shannon

    #952732

    Hej Tobias,

    The code I used did give me the rounded buttons in the Button Row element (and I was rather pleased with myself!)… BUT the border-radius 100px now overrides the border-radius on all standard buttons so my default buttons have now taken on the button row element “border-radius; 100px” :-(

    #952763

    Hello everyone,
    this is a link to a demo of the described behavior: https://www.outdoor-inn.de/demo-button-row-element/
    But You will get the same result by using a new installation from scratch.
    Maybe there is a possibility to define border-radius: 100px only to a dedicated element by using user defined CSS class?

    kind regards

    #952765

    Hey Annemarie,

    We likely have to be more specific with the css. Please provide a link to the site/page in question so I can help you.

    Best regards,
    Jordan Shannon

    #953435

    Based on the hint by Ismael,
    finally I get the solution:
    1. at Enfold Child settings > Tab “Layout Builder”: activate the checkbox for Show element options for developers
    2. insert Quick CSS: (th-class1 can be renamed to Your needs)

    #top .th-class1 .avia-button {
      border-radius: 100px;
    }

    3. add th-class1 to the userdefined CSS class of the button-row-element

    Topic is resolved.
    Thanks everyone for participation!!
    kind regards
    Tobias

    #954053

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘button row element – round styled buttons’ is closed to new replies.