Page Title > Overlay > Photo
-
Hello,
how can put an Overlay on this photo?
http://prntscr.com/10zdgrw
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
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
Thanks for CSS but nothing change yet.
http://prntscr.com/111kndl
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.
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.
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.