Okay
  Public Ticket #1929216
Fixed Text on Owl Carousel
Closed

Comments

  • SarahMiki started the conversation

    Hi,

    I would like to understand how can I change the Owl Carousel to display a fixed text above the image. 

    I put the text (Image credits), on the image but the text is showed only with mouse above.

    If it's possible to keep text fixed on the image and turn off the opacity that is created when the mouse is above, please, let me know.

    Thanks in advance.

  •  8,996
    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):

    .team-member[data-style="bio_fullscreen"] .team-meta h3, .team-member[data-style="bio_fullscreen"] .team-meta p {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
    .team-member[data-style="bio_fullscreen"]:hover .team-member-overlay {
        opacity: 0;
    }

    Thanks


    ThemeNectar Support Team 

  • SarahMiki replied

    Hey Tahir, 

    Thank you very much again!

    Regards