Home Forums WoodMart support forum Background white a little bit transparent

Background white a little bit transparent

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

    wess
    Participant

    Good day sir! I would like to make my background a little bit transparent… how do i do that?

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-grid-item .product-image-link {
        background-color:rgba(0,0,0,0.3);
    }

    In order to see the change you need to upload png images with the transparent background, now your images are jpg and nothing would be visible: https://gyazo.com/9ea6b7dc3a9728fcef00c90e5a3ba8da

    Best Regards

    #226470

    wess
    Participant

    Good Day sir, i wanted not the image or product background transparent, but the background it self… i want to see the leaves a little bit. The products are ok!

    #226508

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .website-wrapper {
    background-color: rgba(255,255,255,.4);
    }
    body  .main-page-wrapper {
    background-color: rgba(255,255,255,.4);
    }

    Best Regards

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