Home › Forums › Jevelin Theme › Page Title Text Remove
Home › Forums › Jevelin Theme › Page Title Text Remove
I tried to edit the “Home” page title using the following path in Word Press:
Appearance \ Title Bar \ Home Title
When I removed the text “Home” – it still stayed on the page. I tried to do this also from settings with no results. Is there special code in your demo templates that force the Title to show?
How do I remove the Page Title Text, in this case HOME in white font? Is that possible with Jevelin?
Thanks!
See screen shot
Hi @pixlus,
I hope you are well today and thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.home .sh-titlebar-light .titlebar-title .titlebar-title-h1 { display: none; }
Best regards,
Shufflehound team