Portfolio title colour issues

Dear support

I am trying to get the same result on my portfolio pages.

The reference portfolio is: https://emtex-studio.com/our-productions/

On the FR version https://emtex-studio.com/fr/nos-productions/ , I am trying to have the background of the page title to be black I have tried the folowing CSS without success:

Blockquoteh1.entry-title.entry-title-portfolio {
color: #000000 !important;
}

On the UK website https://emtex-studio.com/uk/our-productions/ the title of the portfolio is not visible, I would like it to show white on black background.

Thanks in advance for your support.

Hello @EMTEX,

Thanks for writing in!

1.) In your French website, the landmark header is displaying the background image from the theme options. Please go to Pro > Theme Options > Layout and Designs > Background Options. You need to remove the existing background image from the Integrity stack demo. If you are not seeing any background image, please upload a background image and delete it afterwards. This is crucial to update the background option.

2.) Your custom CSS is not correct. By default, the landmark header uses x-header-landmark class for the container and the h-landmark and entry-title classes for the landmark title. Therefore you custom cs would be:

.x-header-landmark {
    /* your styling here */
}

.h-landmark.entry-title {
    color: #fff;
}

3.) Your UK productions page is not displaying the landmark header. You may have turned OFF or disabled the page title in the page settings. To learn more about the Page Settings, please check this out:

We would love to know if this has worked for you. Thank you.

Dear support,

Thanks for your message, that fixed the french website!

As for the UK one it is a portfolio page so I can’t find page settings.

Thanks in advance.

Hi @EMTEX,

On the UK portfolio page, the titles are now white and visible.

Please clarify the issue.

Thanks,

Dear @friech, I think you are on the global version of the site.

The UK one doesn’t show the title on my end, the correct link is: https://emtex-studio.com/uk/our-productions/

Hello @EMTEX,

The UK site does not display the page title because it is disabled.

You may have turned OFF or disabled the page title in the page settings. To learn more about the Page Settings, please check this out:

If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/docs/getting-support

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.