Okay
  Public Ticket #953558
portfolio highlight
Closed

Comments

  • MyshaSantini started the conversation

    Hello,

    I have two questions about the portfolio:

    1. Is it possible to change the colour of the portfolio highlight?

    2. is it possible to change the opacity of the highlight?


    Thank you,

    Mysha

  •  8,996
    Tahir replied

    Hey Again,

    You can adjust the highlight color per portfolio thumb in the Metabox : 

    The opacity is not possible without custom css . 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .portfolio-items .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg{
        background-color:rgba(229, 38, 38, 0.1) !important;
    }

    Thanks 


    ThemeNectar Support Team