Post Featured image overlay in X

Hello,

All my featured images in posts have a teal overlay: https://eftmaailm.ee/kuidas-vabaneda-putukahirmust/
I found this thread : https://theme.co/apex/forum/t/image-overlay-featured-posts-the-x/35197/2
…and tried the code you suggested there but it did not change the result.

How do I turn the overlay off?

Also, there is no title visible in any of the post page (most of the posts are demo posts, as I’m still setting up my site).
How i can make the title visible?

Thanks for you help in advance.

Regards,
Eva

Hello Eva,

Thanks for writing in! The given code is for the recent post element’s featured image. We cannot check your site because it is under construction mode. To better assist you with your issue, kindly 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/apex/forum/t/how-to-get-support/288

Regards.

Hey,

Thanks for writing back!
Here’s the link and other info:

Regards,
Eva

Hello Eva,

Thea teal color is coming from your custom css in your child theme’s parallax.css file:

.featured-image:after {
   bottom: 0;
   background: rgba(96, 124, 138, 0.85);
}

Please change the color or make it transparent instead.

Hi,

Thank you! That solved it :slight_smile:

Can you tell me how can I translate/change the comment labels below posts.
I mean those below any post:
“leave a reply”
“Logged in as…”
Comment"
and “Submit” button

Because my site is not in English, i would like to translate these labels.

Thanks again,
Eva

Hello Eva,

If you are using a different language for your site, I would recommend that you check out this documentation on how to translate the theme to your own language:

Best Regards.

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