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

    Hi,

    I’m using buttons but I need to build a left border arrow left side, I can’t show you because the site is under construction, Please is possible with css?
    I don’t use icon, but I build arrow of left side border button (normally the button is rectangular, but I need only the left border as arrow)

    I need help asap

    Best Regards

    #1190032

    Hey,

    Please edit your button element and give it a custom CSS class (“your-custom-class” in example below) in Advanced > Developer Settings tab and then add following code to Quick CSS in Enfold theme options > General Styling tab

    .your-custom-class {
        border-top-left-radius: 100px!important;
        border-bottom-left-radius: 100px!important;
    }

    Cheers!
    Yigit

    #1190035

    Hi,

    sorry but it doesn’t work again I leave only for short time the site online the link at below…
    The first button is an image, but I must customize the second the third etc… not as image but with button element enfold.

    Please help me

    asap

    Best Regards

    #1190042

    Hey!

    I see. In that case I believe it would be better if you added your buttons using HTML in Code Block element and adding CSS in Quick CSS – https://css-tricks.com/snippets/css/css-triangle/

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.