Can't change shape of button

It seems like I can’t change the shape of my buttons with the new update.

I enjoy the very square shape of the classic button and the outline too. However, I am using different background colors behind the buttons and since the classic button only allows for the use of one color (I think) this is not helpful for design and sight accessibility. My first question is, is there a way to have the classic button have multiple colors for different blocks of background colors?

Also, I used the other button element and I remember that before the update you could modify the shape and make the edges as as round or square as you wanted. I can’t seem to find how to do that anymore. Again, I really would love to use the very square shape with an outline and different colors for sight accessibility and design. What is the best way to do this?

I also can’t seem to have the button element center anymore. I can center text but I want the element to center in the block… I feel there used to be more options prior to the update or am I totally missing something?

Thank you!

Hi @RiverDR,

Thanks for writing in. You could check the link below on how to customize buttons,




Hope it helps.

Let us know how it goes.

Thanks.

oh wow. Ok thank you!

You’re most welcome!

ok, so I see where there was a link for changing the outline color of the classic button but I don’t see a place to put in the code. I see ID, class, and style. Where can I put the code? Also, I can’t seem to make the classic button center. When I place the element in the box it automatically goes to the far left… Still confused about this one.

Hi,

You can add your css code in the style field.

To make it center, you can add text-align:center; in the style field of the parent element of your button or try adding margin:0 auto; in the style field of your button element.

If this does not help, please provide site url so we can take a closer look.

Thanks

Hey @RiverDR,

To center the button, you can set the text align option of the column to center. See https://youtu.be/Q86teAcEIAw

Hope that helps.

OMG. That is the easiest thing. Thank you for making that video and for helping out a completely new user. Still learning…

Glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.