Hi,
how to remove category name in portfolio.
–turkish–
güncelleme ile beraber her portfolyonun altında kategori ismi yazıyor onu nasıl kaldırabilirim? blog yazılarının altında olan kategoriden bahsetmiyorum.
teşekkürler
-*–
Thanks in advance
Hey Ceyhun95,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.sort_by_cat {
display:none;
}
If this is not what you want please provide a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Sorry i dont solved. http://i.hizliresim.com/2ZgDp0.png I want to remove the red line in this picture.
Thanks for help
Merhabalar!
Lutfen assagidaki kodu Enfold theme options > General Styling > Quick CSS alanina ekleyin
span.blog-categories {
display: none;
}
Cheers!
Yigit
düzeldi teşekkürler :)
solved thank you