• how do i edit “Posts published in “[category]” header on category page? I want it to say “Articles” instead of “Posts”. Also, can the folder open icon be removed?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Jason,

    The folder icon can be hidden with the following CSS:

    .archive-header i {
    display: none;
    }

    Changing the text is a bit harder. You will need to activate a child theme and then copy the content/archive-header.php file into the child theme. Then you can change the text in that file and it will show up on the site.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.