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 #2941523
customize
Closed

Comments

  • Andres started the conversation

    Hi,

    How could I hide the title and categories?

    I attach you a screenshot. 

    Thanks!

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Single Post → General: check the Hide Category option.

    If you want to hide the post title, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .container-single .single-post-title {
        display: none;
    }

    Regards,
    PenciDesign.



  • Andres replied

    Hi, I did both things, but the title is still in the homepage and categories in posts and homepage. 

  •  2,492
    PenciDesign replied

    Hi,

    Please try to replace with this CSS:

    .penci-page-header h1.entry-title {
        display: none !important;
    }

    Regards,
    PenciDesign.



  • Andres replied

    Hi, I am still trying to hide the post categories. I select Hide Category but it is still shown. 

  •  2,492
    PenciDesign replied

    Hi,

    The category is already hidden on the screenshot. The category text above the post title is a breadcrumb and you can't hide a specific element in this area.

    If you want to also disable the breadcrumb, please go to Appearance → Customize → General → General Settings: check Disable Breadcrumb option field.

    Regards,
    PenciDesign.