Home › Forums › Jevelin Theme › Header wording on the titlebar (Lightheader +Titlebar)
Home › Forums › Jevelin Theme › Header wording on the titlebar (Lightheader +Titlebar)
hi there,
We want to use an image on the header for one of the content pages “About”, but we dont want to show the wording on the image, is it possible to remove the wording about from the header on the highlighted image?
Thanks in advance,
Rocio
Hi Rocio,
I hope you are well today and thank you for your question.
Yes we can remove it by developing custom CSS code.
Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?
Best regards,
Shufflehound team
Hi!
Yes, this is the page http://www.whoisyourshero.com/events/
we would like to remove the word events on the header image.
Thanks!
Rocio
Solution for this topic
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
.page-id-7981 h1.titlebar-title-h1 { display: none; }
thanks for this, it worked!
One more question, sorry – do you know how can I also remove the heading as highlighted on the screenshot on the titlebar when the format is the default heading (but keeping the breadcrumbs)?
Many thanks in advance,
Rocio
this is the url http://www.whoisyourshero.com/sheroes-call-out/
thanks again!
One more question, sorry I have tried to look for a solution in the forum but I haven’ t been successful. How can I reduce the height of the banner on the header when the format is light header + titlebar? And for the breadcrumbs, is it possible to move them at the top right of the block? Many thanks!
Solution for this topic
One more question, sorry – do you know how can I also remove the heading as highlighted on the screenshot on the titlebar when the format is the default heading (but keeping the breadcrumbs)?
To achieve this please use the below custom CSS code.
.page .sh-titlebar .titlebar-title h1 { display: none; }
To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
This worked and I have created separate tickets for the other questions.
Thank you so much!
You are always welcome here 🙂