Okay
  Public Ticket #2604583
portfolio
Closed

Comments

  • Gab73 started the conversation

    hello,
    for my portfolio I chose the style "Meta on hover w/ zoom + entire thumb link. 
    It's really great.
    On the other hand, I would like the text of the "Custom content grid item" to be fixed and that there is no animation. 
    Is it possible?

    Thank you.

  •  8,849
    Tahir replied

    Hey Gab73 ,

    Thanks for using Salient.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .portfolio-items .col .work-item.style-2[data-custom-content="on"] .vert-center {
        opacity: 1 !important;
        -webkit-transform: translateY(-50%) translateX(0%) !important;
        transform: translateY(-50%) translateX(0%) !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Gab73 replied

    Hello Tahir,

    thank you very much but it still doesn't work.
    The CSS seems to be validated but I still have the same problem. (see the attachment)
    I would like the "Custom content grid item" to remain fixed and centered in the box.

    Tell me if I made a mistake.

    Thanks in advance.

  •  8,849
    Tahir replied

    Hey Again,

    The CSS needs to be added in here : 

    8746373719.pngClick To Open Larger Image.

    Thanks


    ThemeNectar Support Team 

  • Gab73 replied

    IT WORKS!
    THANK YOU SO MUCH TAHIR.