Hi,
Im trying to find code to increase the size of the button on a custom content box - any ideas?
Thanks in advance :)
Hi,
Im trying to find code to increase the size of the button on a custom content box - any ideas?
Thanks in advance :)
Best answer by IanMonk
You need to find the code for the exact widget you are targeting. I recommend doing this in Chrome.

You should get something that looks like this...
#doc-widget-497 > custom-content-box-widget > div > div > div > div.button-container > custom-content-box-button > button Add this to the custom stylings on the Configure Brand and Look page.
#doc-widget-497 > custom-content-box-widget > div > div > div > div.button-container > custom-content-box-button > button {
height: 250px;
width: 250px;
}You can adjust the height and width as needed.
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.