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:
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).
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):
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
Hey,
Please provide the page URL so I may write up the custom CSS for this request.
Thanks
ThemeNectar Support Team
Thanks Tahir. Here is the link: https://poetolu.co.uk/
Thanks
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):
Thanks
ThemeNectar Support Team
It worked. Thank you so much :)