Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3680959
single post page
Open

Comments

  • sourav started the conversation

    1 ) how to change style of share box on single posts

    2 ) An extra spacing has been added on mobile device below one of my blog posts which is currently made using my default customizer setting

    Blog link - https://farlearner.com/meg-02-british-drama-previous-year-question-papers/

    I have added screenshot for better understanding

    Attached files:  space issue.png
      share box.png

  •  2,540
    PenciDesign replied

    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.



  • sourav replied

    How to disable sidebar on single posts page ?


  •  2,540
    PenciDesign replied

    Hi,

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

    Regards,
    PenciDesign.


  • sourav replied

    The breadcrumb has shifted on the left

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

    Please look the image attached 

    Attached files:  BREADCRUMB.png

  •  2,540
    PenciDesign replied

    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

    How to hide tags from single posts

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

  •  2,540
    PenciDesign replied

    Hi,

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

    Regards,
    PenciDesign.