Disable letters of the title
-
Good morning,
I need to deactivate the title of the header of the pages, but instead I do want the photo to appear in the background, that is, I only want to deactivate the letter above the photo, without changing the size of the photo.
It’s possible?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (min-width: 1025px){
.title-size-default .title {
display:none;
}
}
Best Regards
I keep seeing the title after adding the code. What can I do?
Hello,
I am checking the shop page, I see categories but I do not see the title.
You can disable the title completely: https://xtemos.com/docs-topic/options-for-pages/
If you have any questions please feel free to contact us.
Best Regards
The problem I have is not with the store but with pages like this one: https://noiretblanctruffes.infoactivat.com/som-tofonaires/
What comes to mind is the title: “Som tofonaires”, and photography.
The photograph is already good but I don’t want the title of “Som tofonaires”.
Am I explaining myself?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
You can disable the title in the page settings, please note that you need to have an H1 tag for SEO, and then insert the image with the builder at the top.
Best Regards