Viewing 6 reply threads
You must be logged in to reply to this topic.
Hi,
Where can I find/select the darkness of the color overlay of the images of the automatic blog header?
See here: https://qh4ecruec.preview.infomaniak.website/blog/the-wind-of-reality/
Moreover I would like that the image on top with the title is not full width.
Thanks for your support.
Jonathan
Hello,
Sorry for the late reply.
Please go to Customize > General > Custom Codes > Custom Css and add this code:
.single-post .cl_page_header .overlay {
background-color: #161616;
opacity: 0.8;
}
.single-post .cl_page_header .bg-layer {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
}
Change the values to your wish.
Best regards!
Hi,
Sorry for my late reply too but it does not change nothing even if I play on hexacolor code replacing the #161616 by #a8a8a8 and ot the opacity (from 0.1 to 0.9).
Thanks for your continous support.
Jonathan
Hello,
Please delete the custom code and try to change the color and opacity on customizer: https://imgur.com/a/1l386Pf
On Overlay & Border you can change the color and the opacity.
Let us know.
Regards!
Hi,
Sorry Ruco but I do not have this in my menu… I checked on Customizer > Styling menu and no opacity features… Can you have a direct look as it turns in circle here…
Thanks,
Jonathan
Hello,
Yes, sorry for the misunderstanding. The option above is available for the page’s page header overlay.
I added the previous code in your Custom Css box and edited the color. You can see now the overlay is already whiter.
Best regards!
You must be logged in to reply to this topic.