Round Button Addon - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Round Button Addon

DR

doug raught

SP Page Builder 4 years ago

I'm using Folium template. I don't know if this is a problem with the template or the Button Addon The problem is that the only shape option for the button is rectangular. Round or rounded will not work. Is there a solution to this? Thanks site is: https://www.holyhoster.com/welcome/index.php/website-features

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #43585

Hello dougdanielraught

Button style is overridden in template.css. Please use this CSS to Template Options -> Custom Code -> Custom CSS

.sppb-btn-rounded {
    border-radius: 4px !important;
}
.sppb-btn-square {
    border-radius: 0 !important;
}
.sppb-btn-round {
    border-radius: 100px !important;
}

Hopefully, this will fix the issue.

Best regards

1