Home Forums WoodMart support forum REMOVING DFEAULT VARIATION COLOR SWATCHES

REMOVING DFEAULT VARIATION COLOR SWATCHES

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #269090

    psybir
    Participant

    Hi Xtemos,

    I am trying to remove the default color variation switches that come with WooCommerce and your theme. I was wondering if you could provide the CSS to do so.

    I provided an image explaining what I mean.

    I am using the WooPlugins Color Variation Swatches plugin and need the default swatches removed from the product pages.

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #269130

    Hello,

    I saw the screenshot you attached and visited your website and the color swatches are already removed.

    Screenshot for Clarification: https://ibb.co/cwF3v7k

    It seems that you have managed to remove it yourself.

    Regards.
    Xtemos Studios

    #269277

    psybir
    Participant

    Hi,

    The color swatches appear for a second or two when initially loading the page.

    For example:
    https://www.loom.com/share/3e27419e6bf34bab9f6b40b2049d188f

    I essentially am looking for a way to disable the default color swatches.
    They appear for a second making the page loading seem sloppy. Is it possible to completely hide the default swatches from appearing in the theme?

    Thanks,
    -Nick

    #269398

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global Custom CSS section:

    .swatches-select.swatches-on-single {
        display: none;
    }

    Best Regards.

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)