I WANT TO HIDE THIS ?

Posted in: Newspaper
Post count: 74

i want to hide a specific page title

is this possible ?

image :- https://www.screencast.com/t/uLvHMOMXXl

Post count: 23312

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!

Post count: 74

THANK YOU

BUT IF HAVE ANY ALTERNATE PLS SAY.

Post count: 23312

Hi,

Please provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 74

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.

Post count: 23312

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!

Post count: 74

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?

Post count: 23312

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!

Post count: 74

Thanks for replying

and this answer is really helpful.

Thank you, sir.

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.