Home › Forums › Jevelin Theme › Remove text in titlebar
Home › Forums › Jevelin Theme › Remove text in titlebar
Hi! I’d love to remove the obligatory text in the titlebar and only have the text that’s built into my background image. Is there any way to do that?
Here’s my site for your reference.
Thank you!
Hi Susie,
I hope you are well today and thank you for your question.
You can achieve 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
.sh-titlebar .titlebar-title h1 { visibility: hidden; }
Best regards,
Shufflehound team