Okay
  Public Ticket #246787
hover color for Image Gallery
Closed

Comments

  • Ian started the conversation

    Hello,

    Can I have the exact same hover color effect on my Image Gallery as I do with my Portfolio Gallery as on my home page? I don't want the words appearing, just the bright colors.

    The default hover color on the image gallery is not as bright (when i use the same color).

    Each page will have it's own color:

    /cruising-album/
    /phnom-penh-album/
    /through-my-eyes-album/

    thank you!

  •  991
    ThemeNectar replied

    Hey Ian! Use these in your custom css box located in your Salient Options panel :)

    body.page-id-3054 .portfolio-items .col .work-item.style-3 .work-info-bg {
        background-color: #146dff !important;
        opacity: 0 !important;
    }
    body.page-id-3054 .portfolio-items .col:hover .work-item.style-3 .work-info-bg {
        opacity: 0.7 !important;
    }
    
    body.page-id-3044 .portfolio-items .col .work-item.style-3 .work-info-bg {
        background-color: #146dff !important;
        opacity: 0 !important;
    }
    body.page-id-3044 .portfolio-items .col:hover .work-item.style-3 .work-info-bg {
        opacity: 0.7 !important;
    }
    
    body.page-id-3097 .portfolio-items .col .work-item.style-3 .work-info-bg {
        background-color: #146dff !important;
        opacity: 0 !important;
    }
    body.page-id-3097 .portfolio-items .col:hover .work-item.style-3 .work-info-bg {
        opacity: 0.7 !important;
    }
    
    Just change the colors to be different for each set :) Cheers
  • Ian replied

    Great! By the way, I'm almost finished with my site and I couldn't me more happy with how it looks due to your theme.

    Thank you for all your support to my questions.