Home Forums WoodMart support forum Resizing Product page price and color swatch

Resizing Product page price and color swatch

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #65656

    moseny
    Participant

    Can I please have two css codes for the attached. Thanks.

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

    Hello,

    Please add this code to Theme Settings > Custom CSS:

    .swatches-select .colored-swatch, .swatches-select .image-swatch {
        width: 55px;
        height: 25px;
    }
    
    .price .amount {
        font-size: 52px;
    }

    Replace the values as per your needs

    Best Regards

    #66056

    moseny
    Participant

    Hi,
    The code to resize swatch circles does not work proportionally.
    Can you please help me with these (screenshots and access to admin provided if needed)

    1- Adding an attribute image is not loading on swatch or as hover (loads somewhere else shown in the screenshot…any way to make that happen? ( screenshot attached)
    2- Css code needed to change the Text label of product attributes ( screenshot attached)
    3- Css code to proportionally resize the attribute circle size and distance between them to half.( screenshot attached)

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

    Hello,

    The code to resize swatch circles does not work proportionally.

    I do not see you have added the code in Theme Settings > Custom CSS Also I wrote to change the values as per your needs, put width and height values equal you will get the proportional size.

    1. http://prntscr.com/k2sep6 You need to add images in your variations.

    2. Please add this code to Theme Settings > Custom CSS

    .variations_form .variations label {
        font-weight: 600;
        color: #2d2a2a;
    }

    3. Add this code:

    .swatches-select .colored-swatch, .swatches-select .image-swatch {
        margin-right: 30px;
    }

    Put the value as per your needs.

    Best Regards,

    #66116

    moseny
    Participant

    Sorry, the point is mistaken. Please check the video attached.

    1- Circles are not proportional with equal width and height in the coed.
    2- Attribute Thumbnails are loaded on the corner instead of on the attribute itself.

    #66260

    Hello,

    Try this code to see that they are proportional

     .swatches-select .image-swatch {
        width: 70px;
        height: 70px;
    }

    I have activated the Grid swatch attribute to display setting http://prntscr.com/k2thpq and now I see the image instead of color http://prntscr.com/k2ti70

    Best Regards

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