Hide page title in header
-
I was wondering if someone new the CSS code to hide the “JADASFinancial” in the header utilizing CSS code. Thank you.
The blog I need help with is: (visible only to logged in users)
-
-
-
This would get rid of the title there and leave a narrow section of the lighter brown.
#title { display: none; }This would get rid of the title and the lighter brown section entirely.
#title, #description { display: none; } -
Also if you could in future, post CSS related questions in the CSS forum as that is the first place I look for CSS related things.
-
Again, you have help me greatly! Thank you so much. Also, I have made a mental note about the CSS forum. Have a great night.
-
- The topic ‘Hide page title in header’ is closed to new replies.