- This topic has 3 replies, 2 voices, and was last updated 5 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hi,
How do I remove the page title on a page https://www.sourceofluxury.com/about/)
I want to display a different heading text to the page title and URL.
Hi @SOL
At first, thank you for your response and for choosing our theme.
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
.page-id-2 .page-title {
display: none;
}
Kind Regards