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
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
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
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