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

Home Forums Jevelin Theme Need to change color of overlay of portfolio item and the color of category text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • anoopnair
    Participant

    Hi,

    I need to change the color of the overlay in portfolio items. I also wish to change the color of the category text and the line underneath that indicates the active category.

    Attachments:
    You must be logged in to view attached files.

    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

    anoopnair
    Participant

    Thank you so much! That worked perfectly!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)