• Resolved sharkster4000

    (@sharkster4000)


    Hi there, I see that you can choose to either hide or show the title of an image. However, on many images this doesn’t make sense, as they may be too bright to really contrast the title against the image background (i.e. the title is unreadable).

    However, if you hover over an image, the image darkens, making the title perfectly readable. Is there an option to ONLY SHOW THE TITLE ON HOVER? The caption text already works that way (i.e. it only shows upon hover). But how can I have this for the title?

Viewing 1 replies (of 1 total)
  • Hello @sharkster4000,

    Thank you for reaching out to us!
    Sure this is possible, just add the following code in Appearance > Customize > Additional CSS:

    .modula .item .figc h2.jtg-title {
        opacity: 0;
    }
    .modula .item:hover .figc h2.jtg-title {
        opacity: 1;
    }

    Save and this will do it!

    All the best,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘Show Title only on Hover’ is closed to new replies.