• Hi

    I am uploading products via the aliexpress products via the dropshipping and fulfilment plugin.

    there are too many attributes on the listing page and it is putting the products out of line with eah other on the listing page

    can this be rectifyed?

    Thanks

    Paul

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Removing attributes on listing page

    A quick solution is to use CSS to hide it. Add the following in APPEARANCE => CUSTOMIZE => ADDITIONAL CSS.

    .archive .cfvsw_variations_form {
        display: none;
    }

    A more elegant solution is to completely remove the code that displays the attributes from the appropriate theme file, but let’s leave that option to the perfectionists ??

    Good luck!

    Thread Starter paul jervis

    (@paulj1202)

    That has worked.

    Thank you so much

    I really appreciate it

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing attributes on listing page’ is closed to new replies.