Home Forums WoodMart support forum Possible to change product frame background color?

Possible to change product frame background color?

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

    hpb
    Participant

    Hey, is it possible to change this
    https://prnt.sc/pcmhdg

    to this:
    https://prnt.sc/pcmh9r

    Basically the GREY opacity background.

    Thanks!

    #147521

    Hello,

    You can change the background color of product items by pasting the below CSS code in Theme Settings>> Custom CSS >> Global Custom CSS.

    .product-grid-item .product-image-link img{
    Background: lightgray;
    }

    But remember that the background color only changes for those images which have transparent background before mostly for the .png images not for the .jpg images because they contain their own background color.

    Result: https://jmp.sh/XGi2Rz0

    Best Regards.

    #147524

    hpb
    Participant

    Thanks, yeah will change them! Appreciate it!

    #147529

    Well, hpb!.., it’s been great chatting with you! I hope I resolved your issues thoroughly.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Possible to change product frame background color?’ is closed to new replies.