• flyboy-sd

    (@flyboy-sd)


    I noticed that my analytics show less activity to the image linked pages on mobile than from the main menu items. I realize that is likely because they don’t clearly look like links but just images. Is it possible to make the text that displays on hover on desktops (or initial click on mobile) display by default on mobile? I think that would make the links more obvious.
    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter flyboy-sd

    (@flyboy-sd)

    In case it’s of use to anyone, I figured it out. I’ve added this to the Additional CSS under Customize. This causes the titles for each image to show by default instead of on hover on smaller screens.

    @media all and (max-width: 800px) {
    h2.project-title {
    opacity: 1;
    filter: drop-shadow(4px 4px 4px #000);
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Hover text by default for mobile?’ is closed to new replies.