Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi
I added widget_button in the footer but cannot find where I can change the design of this button. I would like to have round button in the footer as I set up this style as the default style for the website.
Hello,
This button’s style is a square one. To change it there is no option but edit it with custom css. Please add this code into your Additional Css menu:
.btn-style-square {
border-style: solid;
border-width: 1px;
border-radius: 3px;
-webkit-border-radius: 20px !important;
-moz-border-radius: 3px;
padding: 15px 24px;
}
Change the values to your wish.
Best regards!
You must be logged in to reply to this topic.