PAGE TITLE BRIGHT – BACKROUND IMAGE DARKER
-
Dear Sirs hi.
Few years ago you gave us a CSS code that I enclose in order to achieve a darker backound page title and the actual wording of the page title to be brighter. I also enclose screenshot.
Follwoing your recent theme updates we have noticed that the page title also got darker instead of just the backound.
Please advised what to do so that we achive the result: Darker backround image with bright white wording on the page title.
Thanks
Georgios
Attachments:
You must be
logged in to view attached files.
Hello,
Please send us a link to the topic where we provided this code to understand the request better.
Kind Regards
Dear Sir / Madam
Here is the link in the private section.
IMPORTANT: We have removed the CSS code so backround and wording is bright where as we want darker backound image and bright wording.
If you implement the code we get the result to which we have sent a screeshot.
BR
Georgios
Sorry, we meant link to the topic on our support forum so we can better understand your request.
Sorry, it has been some years since that – we cannot find it.
Try to use the following CSS instead. You can adjust opacity from 0 to 1 to change the darkness.
.wd-page-title:before {
content: "";
position: absolute;
inset: 0;
background-color: #000;
opacity: 0.5;
}
.wd-page-title > .container {
position: relative;
z-index: 1;
}
Yes, it has worked on our development site.
We will implement to the live site soonest.
Thank you for achieving this.
BR
Georgios
You are welcome. Feel free to contact us if you have any further questions.
The topic ‘PAGE TITLE BRIGHT – BACKROUND IMAGE DARKER’ is closed to new replies.