Okay
  Public Ticket #254237
How can change the color of portfolio
Closed

Comments

  • Pablo started the conversation

    I friends, I have little problem maybe you could help me to fix. The thing is when pass the mouse through the image in my portfolio the color of this is orange but my client want to change for grey. I know if change the setting in the Salient Accent Color can change the color, but I just want to change this specific section and color not all the site.

    Thanks for this great theme and support ;) 

  •  8,471
    Tahir replied

    Hey Pablo!

    Please see ticket: http://themenectar.ticksy.com/ticket/155205/ .

    Cheers


    ThemeNectar Support Team 

  • Pablo replied

    Hi Tahir, here is a link http://viaccion.cl/portafolio/ for me this snippet doesn't work. I´m using latest salient version

    I already have this code:

    body .portfolio-items .col .work-item .work-info a:first-child {display: none !important;}

    #portfolio-extra .nectar-button[data-color-override="false"].regular-button {

    background-color: #ffffff !important;

    box-shadow: none;

    }

  •  8,471
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    body .portfolio-items .col[data-default-color="true"] .work-info-bg {
        background-color: #ffffff !important;
        box-shadow: none;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Pablo replied

    Fantastic! Cheers