Home Forums WoodMart support forum PAGE TITLE BRIGHT – BACKROUND IMAGE DARKER

PAGE TITLE BRIGHT – BACKROUND IMAGE DARKER

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

    speango
    Participant

    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.
    #619290

    Artem Temos
    Keymaster

    Hello,

    Please send us a link to the topic where we provided this code to understand the request better.

    Kind Regards

    #619300

    speango
    Participant

    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

    #619305

    Artem Temos
    Keymaster

    Sorry, we meant link to the topic on our support forum so we can better understand your request.

    #619314

    speango
    Participant

    Sorry, it has been some years since that – we cannot find it.

    #619330

    Artem Temos
    Keymaster

    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;
    }
    #619334

    speango
    Participant

    Yes, it has worked on our development site.

    We will implement to the live site soonest.

    Thank you for achieving this.

    BR
    Georgios

    #619383

    Artem Temos
    Keymaster

    You are welcome. Feel free to contact us if you have any further questions.

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

The topic ‘PAGE TITLE BRIGHT – BACKROUND IMAGE DARKER’ is closed to new replies.