Home Forums WoodMart support forum How to edit the attributes display on shop page

How to edit the attributes display on shop page

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

    prashanthb
    Participant

    I wanted to make those weight attributes size smaller and change the background a little transparent (which are circled on the image), I wanted to remove the Brand shown on the shop page (which is squared on the image).

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-label.attribute-label:not(.label-with-img) {
        background-color: rgba(255,255,255,0.5);
        color: #2d2a2a;
        font-size: 12px;
    }

    I have removed the brand label from the products. Please clear the cache and check back.

    Regards.
    Xtemos Studios

    #295788

    prashanthb
    Participant

    after that code that image didn’t go, kindly check the image attached below, and tell me how to rectify it, or kindly you do it

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

    Hello,

    I Saw the screenshot you attached.

    Your issue has been resolved. I have removed the brand images. Please clear the cache and check back.

    Regards.
    Xtemos Studios

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