Home>Support>How to remove the titles?
  1. 10 years, 3 days ago Andrew Misplon
    Hi, I Work Here

    Hi Kamil

    This can be done via a child theme but the easiest solution would be to add the following to Appearance > Custom CSS:

    /* Vantage Remove Archives Heading */
    
    .archives h1.page-title { display: none; }
    
  2. 10 years, 2 days ago Kamil Kwiecień

    It has removed heading for the search result but still there is a heading for the category archives (“Category Archives: …”) Any clue how to remove it too?

    That’s what I mean: http://autoaccident.es/category/audi-es/

  3. 10 years, 2 days ago Kamil Kwiecień

    Update:

    It has’t removed naything I want to remove…

    http://autoaccident.es/?s=
    http://autoaccident.es/category/audi-es/

  4. 10 years, 2 days ago Andrew Misplon
    Hi, I Work Here

    Apologies, that should be:

    /* Vantage Remove Archive Heading */
    
    .archive h1.page-title { display: none; }
    

    Alternatively please see the child theme solution outlined here: https://siteorigin.com/thread/delete-category-archives/.

  5. 10 years, 1 day ago Kamil Kwiecień

    Still does’t work. Any other idea?

  6. 10 years, 1 day ago Andrew Misplon
    Hi, I Work Here

    Sincere apologies. One more time:

    /* Vantage Remove Archive Heading */
    
    .archive h1#page-title { display: none; }
    
  7. 10 years, 1 day ago Kamil Kwiecień

    This one works, but I still would like to remove the search result title: “Search Results for: ….”

    Any other CSS?

    Thanks :)

  8. 10 years, 1 day ago Andrew Misplon
    Hi, I Work Here

    Sure, try this.

    /* Vantage Remove Archive Heading and Search Results Heading */
    
    .archive h1#page-title, .search-results h1#page-title { display: none; }
    
  9. 10 years, 1 day ago Kamil Kwiecień

    Works. Thanks a lot!

  10. 10 years, 1 day ago Andrew Misplon
    Hi, I Work Here

    Super, glad that helped.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More