Okay
  Public Ticket #2511929
How to remove “Category:” in title from category pages
Closed

Comments

  •  2
    matrixprint started the conversation

    Hi thanks for this theme, first time using it and I love it. I need help please. I want to remove the word 'category' that appears above the title in a category section, I think it's redundant. I tried using this:

    .category .section-title {
      display: none!important;
    }

    but it removes the words 'category' and the title of the category itself with the description. I want the title and the description to stay, just the words, 'category' gone. (picture attached).

    Thanks

  •  8,851
    Tahir replied

    Hey,
    Please provide the page URL so I may write up the custom CSS for this request.
    Thanks


    ThemeNectar Support Team 

  •  2
    matrixprint replied

    Thanks Tahir. Here is the link: https://poetolu.co.uk/

    Thanks

  •  8,851
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .archive.category .row .col.section-title span.subheader {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    matrixprint replied

    It worked. Thank you so much :)