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 #1121959
Editing Category Pages
Closed

Comments

  •  2
    Rhinold started the conversation

    I want to edit elements of the category posts page which do not appear in the "Edit Category" Theme Option section.  For example, I want to edit the title colors and remove breadcrumbs.  The backend "Edit Category" does not provide that function.  How do I change these category page elements?  Thank you.

  •  6,930
    Oliver replied

    HI!

    pls. use following css:

    .archive .page-title-title h1 {
        color: #ffffff !important;
    }
    .archive .page-title-block .breadcrumbs-container {
        display: none !important;
    }
    .archive .page-title-block {
        background-color: #ccc;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Rhinold replied

    Great.  Thank you.

  •  6,930
    Oliver replied

    Feel free to contact us if you need help.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver