Okay
  Public Ticket #1912502
How to disable hover effect?
Closed

Comments

  •  2
    sampoki started the conversation

    Hello! Thanks for nice theme. Few questions:

    1) How can I disable the black and white hover effect in css? The effect doesn't work properly when returning to previous page on iPhone, thumbnails stays black and white. 

    2) Long Portfolio title goes over the thumbnail when using mobile. It doesn't look nice. How to fix that? I would't like to use shorter titles.


    Sampo 

  •  291
    Paul replied

    Hello Sampo!

    1. Please apply this custom CSS to override the effects:

    .grayscale {
        filter:none;
    }
    .less-opacity {
        opacity: 1;
    }
    

    2. Could you please try using this code?

    .portfolio-category-title, .portfolio-item-title {
        margin-top: 1em;
        position: static;
        text-align: right;
    }
    

    I hope it helps!

    Regards,
    Paul

  •  2
    sampoki replied

    Thank you, now everything works perfectly! 

    - Sampo

  •  291
    Paul replied

    You're very welcome! Glad I could help!smile.png