Okay
  Public Ticket #372484
Fullwidth portfolio - color overlays
Closed

Comments

  • Jan started the conversation

    I'd like to make a portfolio page based on your Fullwidth Style 3 (from the Ascend Demo). It has a fine transparent gray overlay on top of the images. Is there a way to change it using accent/extra/custom colors? How to change the transparency value? Thanks in advance!

  •  8,848
    Tahir replied

    Hey Jan!

    Yes it can be changed with custom css. Let me know the page url so i can write up the relevant css for you.

    Cheers


    ThemeNectar Support Team 

  •   Jan replied privately
  •  8,848
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body .portfolio-items .col .work-item.style-3 .work-info-bg {
        background-color: rgba(224, 210, 67, 0.6)!important;
    }

    Thanks


    ThemeNectar Support Team 

  • Jan replied

    Thanks!