Skip to content
Public Ticket #29059

single post page

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Single Posts → General → turn on the "Hide Tags" option field.

Regards,
PenciDesign.


sourav replied

Customer Reply

How to hide tags from single posts

The tags are being shown at the bottom of blog post , i want to hide it 

PenciDesign Supporter replied

Staff Reply

Hi,

1. The breadcrumb content on your site was managed by the Yoast SEO, please edit it by following the document at this link: https://yoast.com/help/how-to-implement-yoast-seo-breadcrumbs/

2. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.container.penci-breadcrumb {
  max-width: 780px;
}

Regards,
PenciDesign.


sourav replied

Customer Reply

The breadcrumb has shifted on the left

Also the full breadcrumb is not showing , like the categories and subcategories

Please look the image attached 

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Single Posts → General → Single Posts Sidebar Layout: select "No Sidebar" option.

Regards,
PenciDesign.


sourav replied

Customer Reply

How to disable sidebar on single posts page ?

PenciDesign Supporter replied

Staff Reply

Hi,

1. Please go to Appearance → Customize → Single Posts → General → Share Box Style: change the share box style at this option field,

2. Navigate to Appearance → Customize → Custom CSS then add the following custom CSS code:

@media only screen and (max-width: 767px) {
  body.single .container.penci_sidebar #main,
  body.single .post,
  body.single .clear-footer{
    margin-bottom: 0;
  }
}

Regards,
PenciDesign.



Want to join this conversation or access attachments? Sign in first.