Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1160010
How can I edit page option for category page?
Closed

Comments

  •  2
    Narerit started the conversation

    I see at category page edit. It doesn't have a page option like a normal page.

    I want to change header background and disable top area.

    So, How can I do it?

    Thanks

  • [deleted] replied

    HI!

    pls. use following css example:

    .category .page-title-block {
        background-color: #0E738B;
    }
    .category .page-title-title h1 {
        color: #fff;
    }