• Resolved 8bitcode

    (@8bitcode)


    Hello, im testing your plugin for school purposes, there is a way to hide the Size column using a custom css? thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi 8bitcode,

    Thank you for reaching out!

    You can hide the ‘Size’ column using Custom CSS. Please follow the steps below to apply the necessary changes:

    1. Go to the “Appearance” tab in the Integrate Google Drive plugin’s settings.
    2. Scroll down to the “Custom CSS” field.
    3. Copy and paste the following CSS code into the “Custom CSS” field:

    .igd-body .file-list.list-view .list-view-header .col-size {
    display: none !important;
    }

    .igd-body .file-list.list-view .file-item .file-item-footer .file-item-size {
    display: none !important;
    }

    4. Save the settings.

    For reference, you can view screenshots here: https://prnt.sc/QrGb3fmtpcoy

    Thread Starter 8bitcode

    (@8bitcode)

    Thanks, it worked flawlessly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.