• Hi,

    how can i style the “upload 1/1 file” in the cart? In my Theme there are the links like the product text above. Same font style and color. I want to have it like the demo..a colored box or something more noticeable.
    I tried some custom css but didn′t work.

    Tia, lako

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello there,
    hope you are doing well! ??

    I can create a CSS rule for your site if you want, to display it like a button, but for it, I will need to check your web, if possible for you to share the site URL here?

    Let us know any news.

    Have a nice day!

    Thread Starter luckylako

    (@luckylako)

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    Could you try adding the next CSS rule in your theme?

    The code has to be added in ” Appearance > Customize > Additional CSS”

    .upload-file {
        background-color: #ffed00;
        color: #7f7f7f !important;
        padding: 1px 15px;
        font-weight: 600;
        border-radius: 3px;
    }

    We hope you like it, if not, you can let us know what change do you want and we can try to add the changes.

    Have a nice day!

    Thread Starter luckylako

    (@luckylako)

    Hello,

    this is excactly how it should look like!
    BIG THANK YOU!

    But i have two issues.

    1. If i click on upload. There are no file formats listet. In the backend i added jpg, tif, pdf. But in the upload window is nothing. Upload is working.

    2. Is it possible to show a little preview inside the cart? So peaople can see quickly if the correct file is uploaded.

    Thanks again for your help.

    Best regards, Lako

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change the style in cart?’ is closed to new replies.