Okay
  Public Ticket #1775487
Modifications to the Portfolio functions
Closed

Comments

  •  30
    damien started the conversation

    Hi,

    Is it possible to make the following edits to the way the portfolio functions?

    1. Add drop-shadow to portfolio tile title?
    2. Have portfolio item excerpt appear on mouse over instead of awkwardly stuffed above the title?

    Thanks
    Damien

  •  8,997
    Tahir replied

    Hey Again,

    - Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .portfolio-items[data-ps="8"]:not(.carousel) .col.animated-in .inner-wrap[data-animation="perspective"].animated .vert-center h3 {
        text-shadow: 0 0 10px rgba(0,0,0,.3)
    }

    - Unfortunately thats not possible .

    Thanks


    ThemeNectar Support Team 

  •  30
    damien replied

    No worries. thanks Tahir for the dropshadow fix.