I have set the theme to hide title but show breadcrumbs. still the title is visible do I have to do this with CSS?
I have a hide title plugin installed from a previous theme that did not give me the option to hide the title but its deactivated. if activated it still does not hide the title.
Buko
Hey BUko,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
the title is at the top the second title is part of the post.
Buko
Hi,
Do you want to hide the title above or below the image?
Best regards,
Jordan Shannon
I want to hide the title in the header and just leave the breadcrumbs. I have turned off title on the post. I have also done the same in the theme options no love. I guess I could post the tile under the image and not have it in my text body but then the breadcrumbs would also be under the image. and I would prefer them to be at the top.
if you need to login to the site you can use the credentials from from this thread. https://kriesi.at/support/topic/tinymce-buttons-not-showing-up-in-text-block/
thanx Buko
Hi,
So you want to remove the title after the date in the breadcrumbs.
Best regards,
Jordan Shannon
I want to remove the title that is above the date and category (breadcrumbs). The one below the photo is the one I put in the text, I know how to delete that one.
Buko
Hi,
Add this to quick css:
.entry-content-header .post-title.entry-title a{
display:none!important;
}
Best regards,
Jordan Shannon