Okay
  Public Ticket #1315507
mobile touch response
Closed

Comments

  •  2
    davidisagulyan started the conversation

    Hello ,

    I would like to have my portfolio page on my mobile device to display the text while hovering over it or touching it. Is that supported ? 

  •  2,005
    Ocean replied

    Hello,

    You want text on portfolio item always to show? on mobile devices only?

    But, It's not supported.

    Thank you

  •  2
    davidisagulyan replied

    I would like to have the same effect of text that shows up on desktop when you hover your mouse on it to show up on mobile as well. 

    If thats not supported, can I keep the text effect on desktop but have text always apppearing on mobile device? 

  •  2,005
    Ocean replied

    Hello,

    You can easy add custom css code here: http://prntscr.com/gbgjxt

    @media only screen and (max-width: 767px) {
    span.overlay {
      background: #222;
      opacity: 0.8 !important;
    }
    }

    Thank you