• Resolved adsad9999

    (@adsad9999)


    Hello there.
    First of all, thank you very much for releasing such a great theme for free!
    My question might be rather simple, as I am only starting here. However, I did not manage to find a solution by myself.
    I have set up the structure of the website with menu leading to categories. I would like to customize or delete the icon and text “Category: news”, which appears above the posts. Where do I find such a setting?
    I am using Russian version, so I may have used wrong terms, sorry for that ?? Here is the screenshot of what I am talking about, just in case
    https://ibb.co/4WWsJgP

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi there,

    Thanks!

    You can add some CSS to do that, but I guess we can also make them optional.

    body.author header h1.pen_content_title,
    body.category header h1.pen_content_title,
    body.date header h1.pen_content_title,
    body.error404 header h1.pen_content_title,
    body.search header h1.pen_content_title,
    body.tag header h1.pen_content_title {
      padding-left: 0 !important;
    }
    body.author header h1.pen_content_title:before,
    body.category header h1.pen_content_title:before,
    body.date header h1.pen_content_title:before,
    body.error404 header h1.pen_content_title:before,
    body.search header h1.pen_content_title:before,
    body.tag header h1.pen_content_title:before {
      display: none;
    }

    Hope it helps!

    thanks, is possible to make bigger the category name?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category name’ is closed to new replies.