• Resolved consult1A

    (@washley)


    The show portfolio titles options in the portfolio widgets show a title on hover for desktops, but nothing for mobile (as there is no hover with a touchscreen). Sometimes I find touching the image thumbnail on a mobile will highlight the image and overlay title text, but other times it just opens the portfolio page. IS there a way to get the title to show on touchscreen devices?

    • This topic was modified 8 years ago by consult1A.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @washley,

    Please try to use the following CSS code.

    You can add CSS code to your site with Simple Custom CSS plugin (just copy CSS code and paste it in Dashboard → Appearance → Custom CSS after installing and activating the plugin). Also you can add CSS code directly to style.css file of your child theme.

    @media only screen and (max-width: 991px) {
        div.project-title-wrap {
            opacity: 1;
        }
    }

    Kind Regards, Roman.

    Thread Starter consult1A

    (@washley)

    That’s pointed me in the right direction. Thank you Roman.

    You are welcome @washley,

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Portfolio titles on mobile device’ is closed to new replies.