Home › Forums › WoodMart support forum › Overlay on all the Catergory Page Title photos
Overlay on all the Catergory Page Title photos
- This topic has 4 replies, 2 voices, and was last updated 2 years, 10 months ago by
Elise Noromit.
-
AuthorPosts
-
June 23, 2022 at 11:20 pm #385800
[email protected]ParticipantWhat is the css in Woodmart to create an overlay for all the photos that appear across the top of the product title category & sub category pages? I would like to add one consistent color to them all (because the category words are in white with the white arrow and I need more contrast) rather than add them to each photo loaded into the site.
ThanksAttachments:
You must be logged in to view attached files.June 24, 2022 at 2:21 am #385818
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
I check the screens of what you have and what you want and cannot catch the difference. As I understand you want to configure the view of the page title in the product category page, if so, please check this manual: https://xtemos.com/docs-topic/product-category-menu/
If you have any questions please feel free to contact us.
Best Regards
June 24, 2022 at 4:11 pm #386042
[email protected]ParticipantElise, Thank you for the response. I have already look at that product category menu and in any of the other options in Woomart theme and Elementor. That is not what I am asking for. I have already looked through the theme controllers and there does not seem to be an option for a photo overlay for this.
I need “css in Woodmart to create an overlay for all the photos that appear across the top of the product title category & sub category pages? I would like to add one consistent color to them all (because the category words are in white with the white arrow and I need more contrast) rather than add them to each photo loaded into the site.”
I have attached the photo again and this time I have over exaggerated the overlay color so you can see a difference more.
Thank youAttachments:
You must be logged in to view attached files.June 26, 2022 at 2:31 am #386270
Elise NoromitMemberHello,
We will need a bit more time to check. We will get back to you asap. Thank you for your patience.
Best Regards
June 27, 2022 at 3:06 pm #386565
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.page-title:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #000; opacity: 0.5; }
You can change
background-color: #000;
andopacity: 0.5;
as per your needs.Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register