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 #4555149
Remove category, excerpt and button on archive pages
Open

Comments

  •  3
    tim-nieuwpoort started the conversation

    Hi,

    I would like to remove the category label, excerpt, and button on my category/archive pages (https://prnt.sc/uiiimbt2ChVv). However, I can’t find this option anywhere.

    Where can I adjust these settings?

    Thanks in advance.

    Kind regards,
    Tim


  •  3,116
    PenciDesign replied

    Hi,

    You can turn on/off the post elements by go to Appearance → Customize → Posts Layouts → Other Layouts.

    Regards,
    PenciDesign.

  •  3
    tim-nieuwpoort replied

    Hi,

    Thanks, it worked.

    Is it also possible to give the description of each category a background color, for example as a full-width block that spans the entire screen: https://prnt.sc/ODssLa7WMm69

    Regards,

    Tim

  •  3,116
    PenciDesign replied

    Hi,

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

    .penci-category-description-inner {
      padding: 20px 40px;
      background: #f1f1f1;
    }
    .penci-category-description-inner p:last-child {
      margin: 0;
    }
    

    Regards,
    PenciDesign.

  •  3
    tim-nieuwpoort replied

    Thanks.

    So this isn’t something you can adjust manually? Or would you need to create a new archive template for this: https://prnt.sc/6H8dtADpmbbh? Or wouldn’t that solve it either?


  •  3,116
    PenciDesign replied

    Hi,

    Yes, if you would like advanced customization, you will need to create a custom archive template.

    Regards,
    PenciDesign.

  •  3
    tim-nieuwpoort replied

    Ok, thanks. The CSS for categories is working, now just for tags as well 🙂

  •  3
    tim-nieuwpoort replied

    Could you also send the CSS for the tags?

  •  3,116
    PenciDesign replied

    Hi,

    Here is the CSS code:

    .penci-category-description {
      padding: 20px 40px;
      background: #f1f1f1;
    }
    .penci-category-description p:last-child {
      margin: 0;
    }

    Regards,
    PenciDesign.