Home Forums WoodMart support forum What is the correct format of color images for atributes

What is the correct format of color images for atributes

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

    luisscostaa
    Participant

    What is the correct format for color images in atributes?
    Some colors on filters are cutted like its shown on the attachment.

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

    Hello,

    Please try to upload much bigger size of the image on the swatches, if it does not solve the issue, deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area.

    Best Regards

    #160036

    luisscostaa
    Participant

    The component that you create isn’t prepared to work well with images, however, I found the ID of the layer for filter colors and I put a background repeat.. With this, all background shows the correct color through an image.

    Example:
    /*repeat image for colors atributes in filters*/
    #woodmart-woocommerce-layered-nav-3 li.with-swatch-image .filter-swatch span {
    background-repeat: repeat;
    }

    #160113

    Hello,

    That is great, you have solved the problem. If you have any questions please feel free to contact us.

    Best Regards

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