The category is therapists
http://allcareptc.staging.wpengine.com/therapists/amie-gomez/
Hi There,
Thanks for writing in!
Please add this CSS to your X -> Theme Option -> Global CSS and let us know how this goes.
.single-x-portfolio p.p-meta {
display: none;
}
Hope this helps!
Thanks
I am looking to hide the tags and post date from all therapists listed. They are using the porfolio post type.
Attached shows what I want hidden. I don’t want it to effect any other posts throughout. Only the therapists
http://allcareptc.staging.wpengine.com/therapists/michael-yorke/
Hi @lacorte,
You can add category to the therapists or add class to the page of therapists so that you could uniquely remove p-meta of all the therapists.
For example, if you have already added a category for your therapists.
Add this in your Theme Options > Global CSS:
Add this code
.portfolio-category-therapists .single-x-portfolio p.p-meta {
display: none;
}
Hope it helps.
Let us know how it goes.
Thanks.
This did not work. I added the css.
Hi There,
You need to follow this instructions specified in the above post.
You can add category to the therapists or add class to the page of therapists so that you could uniquely remove p-meta of all the therapists.
Hope that helps.
I can not use another category. I added a class to the body class option on the page. See attached. Please let me know what to do from here.
Hi There,
I don’t see therapists
class added to your page. If you’re using a caching plugin, you need to purge your server cache to effect those changes. Then if you have added the therapists class, you also need to change the above provided code.
.therapists.single-x-portfolio p.p-meta {
display: none;
}
Let us know how it goes.
Thanks!
Nope but maybe this helps? These are the categories.
Hello There,
Did you use the Portfolio and the portfolio items to display your therapist? If that is the case, to hide the tags and post date from all therapists listed, please make use of this code instead:
.single-x-portfolio p.p-meta {
display: none;
}
We would loved to know if this has work for you. Thank you.
doesnt work
Hi There,
Please clear your browser caches and all your plugin caches (only if you installed a caching plugin) and test your site again.
Thanks.
prefect all good thanks!