Home › Forums › Gillion Theme › remove text in title bar
Home › Forums › Gillion Theme › remove text in title bar
I am trying to simply remove the text and breadcrumbs in the titlebar.
There are no seemingly no settings for this in the theme.
I tried this custom css and it did not work.
https://support.shufflehound.com/forums/topic/remove-text-in-titlebar/
See attached image if you cannot see the site from your location. I may be blocking your country. See titles circled in red.
Please Advise
HOW DO I STYLE THE PAGE TITLE?!?!?!?!?!??!
If there are no options in the editor what is the the css call?
NOTHING WORKS!!?!!?!?!? This should be the simplest thing to edit.
This call does nothing….
<div>
<div>.sh-titlebar .titlebar-title h1 {</div>
<div>font-size:28px;</div>
<div>margin-bottom:0;</div>
<div>font-weight:bold;</div>
<div>}</div>
</div>
Solution for this topic
Hi @jfculhane,
I hope you are well today and thank you for your question.
I am trying to simply remove the text and breadcrumbs in the titlebar.
If you don’t want to remove the whole title bar but just want to remove the text and breadcrumbs in the title bar then you can do so 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 * { display: none; }
Best regards,
Shufflehound team
OK this worked. I’ll try to style this CSS call.
There is this page which has the wrong info…
https://support.shufflehound.com/forums/topic/remove-text-in-titlebar/
I think there is an H1 in there which makes the difference.
Thanks for the quick response.
JFC
You are most welcome here 🙂