Home Forums WoodMart support forum Page Title > Overlay > Photo

Page Title > Overlay > Photo

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #277408

    VKgroUp
    Participant

    Hello,
    how can put an Overlay on this photo?
    http://prntscr.com/10zdgrw

    #277472

    Hello,

    I saw the screenshot you attached.

    Please provide the URL of the page to check if its possible with Custom CSS then I will provide you with Custom CSS.

    Regards.
    Xtemos Studios

    #277658

    VKgroUp
    Participant

    Link in Private

    #277750

    Hello,

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

    .woodmart-archive-shop .page-title-default:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.5);
    }

    And see if this works for you otherwise it requires Customizations.

    Regards.
    Xtemos Studios

    #278248

    VKgroUp
    Participant

    Thanks for CSS but nothing change yet.
    http://prntscr.com/111kndl

    #278357

    Hello,

    Please try and replace the previous Custom CSS with the following in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

     .page-title-default:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.5);
    }

    Best Regards.

    #532719

    dh.pasan
    Participant

    I have a product cat called PRECIOUS STONES. How do I make a condition for those categories only

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

    Hello,

    @dh.pasan

    You need to click on the add condition and choose the Product term (category, tag, attribute) and select the specific category in the third field:
    Screenshot for clarification:
    https://ibb.co/CVBTvFX

    Best Regards.

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