SOLVED

UplaodCare styles

Go to solution
ok82
Level 2

UplaodCare styles

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. 

ok82_0-1746185540278.png

 

 

Thank you  

3 ACCEPTED SOLUTIONS

Accepted Solutions
NiharikaGoyal
Level 4

Re: UplaodCare styles

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!!

View solution in original post

SanfordWhiteman
Level 10 - Community Moderator

Re: UplaodCare styles

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;
}

SanfordWhiteman_0-1746423693857.png

 

 

View solution in original post

Disha_Goyal6
Level 6

Re: UplaodCare styles

Hi @ok82, do you have any specfic style that you want to apply on upload functionality?

View solution in original post

5 REPLIES 5
SanfordWhiteman
Level 10 - Community Moderator

Re: UplaodCare styles

You’ll have to link to your LP. It’s not possible to troubleshoot a screenshot.

ok82
Level 2

Re: UplaodCare styles

SanfordWhiteman
Level 10 - Community Moderator

Re: UplaodCare styles

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;
}

SanfordWhiteman_0-1746423693857.png

 

 

Disha_Goyal6
Level 6

Re: UplaodCare styles

Hi @ok82, do you have any specfic style that you want to apply on upload functionality?

NiharikaGoyal
Level 4

Re: UplaodCare styles

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!!