Hello Community,
I recently Integrated UplaodCare with marketo using the rich text in form and included that in my lading page, I am able to the upload button but has no style how can i include my own style to it.
It currently looks like this.
Thank you
Solved! Go to Solution.
Hi @ok82 For file upload field either you can add the <style> at form level in form settings or you can add the style at landing page level by targeting button tag or SVG tag
Thanks!!
Everything is inside the uc-file-uploader
custom element, as you can see in your browser’s inspector.
For example:
uc-file-uploader-regular.uc-light {
font-family: cursive;
}
Hi @ok82, do you have any specfic style that you want to apply on upload functionality?
You’ll have to link to your LP. It’s not possible to troubleshoot a screenshot.
Hello @SanfordWhiteman,
Here is the LP: https://001-nqn-302.mktoweb.com/lp/001-NQN-302/Formlanding.html
Thank you.
Hi @ok82, do you have any specfic style that you want to apply on upload functionality?
Hi @ok82 For file upload field either you can add the <style> at form level in form settings or you can add the style at landing page level by targeting button tag or SVG tag
Thanks!!