Changing Title Color That Appears When you Hover Over Gallery and Posts Carousel

Support Forums for LiveMesh Themes & Plugins Forums SiteOrigin Widgets Support Changing Title Color That Appears When you Hover Over Gallery and Posts Carousel

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #29427
    Janeale Dean
    Participant

    I am having a hard time finding what to change in the CSS to change the color of the titles that appear when you hover over any picture in the gallery carousels and also in the posts carousel (on every page). Currently it’s showing up as color #647770 and I would like to change it to #f68c3f since it isn’t readable over the grey hover background.

    Here is the link to the page containing both types of carousels, and the password is dcgexamples

    #29431
    Veena
    Moderator

    Can you share a link to the page, pls?

    #29520
    Janeale Dean
    Participant
    This reply has been marked as private.
    #29521
    Veena
    Moderator

    Can you pls use the below custom CSS in plugin settings > custom CSS

    .lsow-gallery-carousel .lsow-project-image:hover .lsow-image-info h3 {
        color: #f68c3f !important;
    }
    .lsow-posts-carousel .lsow-project-image:hover .lsow-image-info a {
        color: #f68c3f !important;
    }
    
    #29526
    Janeale Dean
    Participant

    Thank you! That worked great!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing Title Color That Appears When you Hover Over Gallery and Posts Carousel’ is closed to new replies.