• Hello,

    I am currently using the Corporate Hub template on https://www.weddedblissinminneapolis.com.

    Is there a way to disable the rollover effect on the front page blog post images?

    Currently, when you rollover a post image it shows a “link icon” on top of an opaque background. Is there a way to disable this from displaying?

    Thank you,
    —Josh

Viewing 1 replies (of 1 total)
  • Theme Author themeinwp

    (@themeinwp)

    Hello @joshserbus

    Sorry that we were unable to get notify about this.

    Here we can provide you some css, you can place it in Customizer > Additional CSS

    .twp-blogposts figure .twp-img-hover .twp-hover-box {
        display: none !important;
    }

    This will work perfectly, also you can consult us if you want more help from us.

    Regards
    Themeinwp

Viewing 1 replies (of 1 total)
  • The topic ‘Rollover Images on Front Page Posts’ is closed to new replies.