How do I remove the page title text of one page only
-
Hey team!
Could you help me with a custom CSS to remove the page title text of the Sobre Nós page (about us in Portuguese)?
I’d like to remove the text and keep the page title image.
Thanks!
TP
Hello,
In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Kind Regards
Hey Luke, sure.
Credentials are in the private area.
Cheers,
TP
Hello,
Try to use the below code for help. Define it in Theme Settings -> Custom CSS.
.page-id-4400 .page-title .entry-title {
display: none;
}
Kind Regards
Hey Luke,
The CSS worked and removed the title of the page. However the title image size reduced.
How can I keep it the theme’s default size?
Cheers,
TP
Hello,
The below code will help you to adjust it:
.page-id-4400 .title-size-default {
padding: 120px 0;
}
Define it in the “Desktop CSS” area in Theme Settings -> Custom CSS.
Kind Regards
Awesome!
Really appreciate Luke!
Hello,
You are always welcome.
Feel free to contact us if you have any further questions.
Kind Regards
The topic ‘How do I remove the page title text of one page only’ is closed to new replies.