i want to hide a specific page title
is this possible ?
Hi,
Yes, it’s possible if you will use the page ID and some custom CSS code for that. Use the Inspector Browser functionality like this -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
OK MY WEBSITE – https://jobsofodisha.com
im using a single image for a page but page title showing in this page . i want to remove this title please click this – https://jobsofodisha.com/contact/
like i want to hide the contact title of one specific page.
Hi,
If you want to hide the page title, only for that page, you need to use a bit of CSS code for that. Please use the code below and place it in Theme panel -> Custom CSS area.
The code is here ->
.page-id-2272 .td-page-title{
display:none;
}
The result is here -> https://www.screencast.com/t/AmDA8Z4Y9
Thanks for your understanding!
ohh nice sir thank you so much my dear knowledge bank.
ok, my next problem is also sidebar is hidden ( default sidebar ).
how to show them?
Hi,
Your sidebar seems to be there -> https://www.screencast.com/t/oKzhGthL8x Is this about it?
Regarding on Sidebar, please notice that the Default Sidebar means the Sidebar which has been set up for the parent Category of the post. The Default Sidebar will be set up in Category from the Theme panel. You can affect the Global Category Sidebar from here -> https://www.screencast.com/t/FfI28QmN or individually, for each category, from here -> https://www.screencast.com/t/Lm8NqhKRzCgl You can check the documentation from here -> https://forum.tagdiv.com/sidebars-tutorial/ Also, the Widgets can be customized from here -> https://www.screencast.com/t/Z5h2eCDWI
I look forward to helping you!
Thanks for your understanding!
Thanks for replying
and this answer is really helpful.
Thank you, sir.