Home Forums WoodMart support forum I have a few questions regarding the design revisions.

I have a few questions regarding the design revisions.

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

    luxxonmedia.com
    Participant

    I have a few questions regarding design modifications.

    1. I would like to change the background color of the footer. Please look at the image.

    Where can I make these changes?

    2. I want to display only two spaces for the product description text on the thumbnails.

    Where can I make these changes?

    3. I want the images in the categories to appear circular. Where can I make these changes?

    Thank you in advance for your cooperation.

    Thank you also for your always quick responses.

    Jessica

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Your site is password protected and given logins are not working. Can you please share the correct logins so I will check and solve the issue.

    Best Regards.

    #712502

    luxxonmedia.com
    Participant

    SORRY

    #712549

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    1. To change the footer background color, please go to Theme Settings >> Footer >> Change the Background color: https://ibb.co/Gfz3Gs6r

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

    .wd-product-wrapper.product-wrapper .wd-product-cats {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 2.8em;
    }

    3. I have found that you have already set the shop by collection categories images in the circle: https://ibb.co/zhZwdd8s

    Best Regards.

    #712599

    luxxonmedia.com
    Participant

    OH Great

    Thanks—issues #1 and #2 have been resolved.
    The reason everything currently appears circular is that all the images were pre-edited into a circular shape using Photoshop.

    However, when I hover over them, the circles suddenly zoom in, causing the top and bottom edges to get slightly cut off.
    Please take a look at the reference image provided.

    I would be incredibly grateful if you could set it up so that the images automatically display as circles even when I upload the original, unedited photos.

    Have a wonderful day!
    Stay healthy!

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    3. Please try to check back to your site again now, I have set it for you on your site: https://postimg.cc/CB5Q4Nrz

    Best Regards,

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