Okay
  Public Ticket #1976292
custom the portfolio's hover
Closed

Comments

  • Jacksonsmith2 started the conversation

    Hello.

    Moving the mouse on the portfolios' cover and the hover come with 'click to review'.

    If I wanna make the hover like this, how can I do?

    Hope for reply,thx.


  •  675
    Neuron replied

    Hey,

    Please add the following style to achieve that in Appearance > Customize > Additional CSS.

    .o-neuron-hover-holder__body__inner:after {
      content: 'Click to Review';
      color: #fff;
      font-size: 13px;
      position: absolute;
      width: 100%;
      text-align: center;
      left: 0;
      right: 0;
      opacity: 0;
    } .o-neuron-hover-holder:hover .o-neuron-hover-holder__body__inner:after {
      opacity: 1;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Jacksonsmith2 replied

    Thx for the code.It works fine :)

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.