Portfolio Title - only show on hover

Hello,

we want to show the portfolio title only on hover.

Is there a setting for this or can you give us a custom code for it?

Thank you!



Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Thanks

  • Hello,



    Password: betheme

  • Please, put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS, and check if this is what you wanted to achieve.

    1. .portfolio_wrapper .portfolio-item .section_wrapper{
    2.    display: none!important;
    3. }
    4. .portfolio_wrapper .portfolio-item:hover .section_wrapper{
    5.    display: block!important;
    6. }

    Thanks

Sign In or Register to comment.