Title duplicated with new jobs board

Hi there,

How can I disable the page title for some pages only? I am using Simple Jobs Board plugin from Wordpress, and it is pulling up 2 page titles per page. https://www.oxbotica.ai/jobs/business-development-leader/

Thanks
Caterina

Hey there,
I hope you’re doing well today

You can accomplish this by using some CSS.

Kindly add and save the following code to Appearance > Customize > Additional CSS:

/Hide title on development page/
.postid-2689 h3.page-title {
display: none !important;
}

Best Regards,
Support

Hmm doesn’t seem to be working, have I done it right? Would i have to do this for every single page on my jobs board, since it’s got the post ID in the CSS?

Hello there,

I have checked the page and it only has one page title instead of the 2 that you said it would display before.
Please remove the code and check to see if the 2nd title returns.

Best Regards,
Support

Thank you works great!