Remove category title line from category pages Sundance

  • Unknown's avatar

    Hi,

    Is there a way to remove the ‘Category Archives: Name’ title line from category pages in Sundance Theme?

    I have purchased the CSS upgrade.

    The blog page where this occurs is:
    http://sohovoiceover.com/category/reel/

    Can anyone tell me whether there’s a way to amend the CSS to get rid of this line?

    Thanks!

    MH

    The blog I need help with is: (visible only to logged in users)

  • There is not a way to remove the page title specifically from the Categories page. Here is the CSS to hide the page titles of all pages, as an alternative:

    .page-title { display: none; }

    The code above should not effect your post titles.

  • Unknown's avatar

    Thanks so much – that works perfectly.

  • Unknown's avatar

    1) “There is not a way to remove the page title specifically from the Categories page.”
    That’s not correct. To target the title of that category page only, you’d use this selector:
    .category-158518 .page-title
    To target the title of all category pages (and only category pages), you use this selector:
    .category .page-title

    2) The selector .page-title doesn’t target “all pages”, it targets all archive pages (category, tag, monthly etc).

  • The topic ‘Remove category title line from category pages Sundance’ is closed to new replies.