Need this styling for this button please:
font-style: normal;
font-weight: 300;
font-size: 22px;
letter-spacing: 0px;
font-family: Roboto, sans-serif;
text-transform: capitalize;
1 Like
Hi @Marcus_Tibesar welcome to community
Add the code below to the Custom CSS field on the widget’s Style tab:
[class*="ButtonBase__ButtonContainer-sc"]{
font-style: normal;
font-weight: 300;
font-size: 22px;
letter-spacing: 0px;
font-family: Roboto, sans-serif;
text-transform: capitalize;
}
2 Likes
Thank you! Most appreciative…
1 Like
Hey there, @Marcus_Tibesar and welcome to the Community!
Happy to see that Sina helped you adjust your code for the widget’s button. If any questions come up in the future, we’re always here to help