Okay
  Public Ticket #1122274
masonry blog - colour, opacity, text
Closed

Comments

  •  2
    Albert started the conversation

    Hello,

    How to change in portfolio masonry blog :

    1. colour of the portfolio highlight?

    2. opacity of the highlight?

    3. colour of text (Titles)?

    using custom CSS

  •  9,005
    Tahir replied

    Hey Again,
    There are options of each individual Projects Avaialble on the Project Edit page ?

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Albert replied privately
  •  9,005
    Tahir replied

    Hey Again,

    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[data-ps="7"] .col:hover .work-info-bg {
        opacity: 0.5;
        background-color: #000 !important;
    }
    .portfolio-items[data-ps="7"] .col .work-info p,.portfolio-items[data-ps="7"] .col .work-info h3 {
        color: #000 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Albert replied

    Thank you.

    I've made a few modification and now it's OK.