Category archives

Home Forums Automattic Funki Category archives

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #105916 Resolve

    Oak and Lee
    Member

    Hi,
    I was wondering, if there is a CSS code to remove the “category archives” wording that appears at the top of the page when I click on the category?

    Thanks!
    Nina

    The blog I need help with is originalpiecemag.com
    #131181

    philiparthurmoore
    Member

    Hi Nina,

    Try this:

    .page-title {

    visibility: hidden;

    }

    .page-title span {

    margin: 0 0 0 -208px;

    visibility: visible;

    }

    Let me know how it goes!

    #131507

    Oak and Lee
    Member

    This worked great! :-) Thank-you for your quick response.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Category archives’ is closed to new replies.