Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #415829

    Hello,

    how can i change the background color white to black and text color black to white in masonry figure caption on mouseover. by default it shows white bg color and black text color. also please tell me how to apply opacity on figure caption bg color.

    Thanks

    #416235

    Hi mali110!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .av-masonry-entry .av-inner-masonry-content {
      background: black !important;
      color: white !important;
    }
    
    .av-masonry-entry .av-inner-masonry-content h3 {
      color: white !important;
    }

    Cheers!
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.