Okay
  Public Ticket #1769686
How to Turn Off Rollovers for Mobile Only
Closed

Comments

  • Nicolas started the conversation

    Hello, could you please point out where the rollover settings are. The rollovers need to be turned off for mobile and I'd like to adjust the transparency of the solid black rollover for computer use.

    Thank you!

  • [deleted] replied

    Hi Nicolas,

    Option for portfolio hover are in this area Theme OptionsPortfolio Settings > Portfolio LayoutThumbnail Options.

    P.S: Please take your time and read Kalium Documentation articles, we have prepared more than 130 articles where you can find very useful informations about your theme.

    Have a great day!

  • Nicolas replied

    Hi Ylli, Thanks for your help, I already tried that. There seems to be two different rollover settings.

    One is the rollover on the home page, which turns black with an eye icon. The other is on the /portfolio page which is where the settings are you mentioned below. Screen shots attached of the same portfolio item showing each rollover.

    Im interested in turning off the rollover on the home page on mobile only. 

    Any help would be greatly appreciated, thank you!

    Nicolas

  • [deleted] replied

    Hi Nicolas,

    Sorry but an option like that is not possible in the theme. This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though

    Please just add this CSS code to your Custom CSS area:

    @media screen and (max-width: 768px) {
        .portfolio-holder .item-box .photo .on-hover {
            background-color: transparent;
        }    
    }

    Have a great day.

  • Nicolas replied

    Thank you so much Ylli! that did the trick. 

    One more question for you (last one I promise)

    Is it possible to show more than 6 portfolio items on the home page? Ive not been able to find the setting for changing this, including the portfolio widget on the home page

    Thank you!

  • [deleted] replied

    Hi Nicolas,

    I'm glad to hear that

    As for the last question:

    You just need to do this (see video) and then save the changes.

    Have a great day!