Home › Forums › Jevelin Theme › Need to change color of overlay of portfolio item and the color of category text
Home › Forums › Jevelin Theme › Need to change color of overlay of portfolio item and the color of category text
Solution for this topic
Hi @anoopnair,
I hope you are well today and thank you for your question.
You can change the color by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-filter .sh-filter-item-content { color: #1ca0ed; } body .sh-portfolio-overlay1-bar, .sh-filter .sh-filter-item.active:after { background-color: #1ca0ed !important; }
Best regards,
Shufflehound team
Thank you so much! That worked perfectly!
You are most welcome here 🙂