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 jfcorponline.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
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 jfcorponline.com.
Are you talking about where it shows in the brown section right near the top?
Yes
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.
You have a great night as well and you are welcome.
This topic has been closed to new replies.