Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Porfolio names stay visible no more

Home / Forums / Virtue Theme / Porfolio names stay visible no more

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
June 10, 2016 at 11:17 am

I have this custom css

/*portfolio page - portfolio name always visible as opposed to mouse-over*/
.portfolio_item .portfoliolink {
position: static;
opacity: 1;
}

/*portfolio page - portfolio name always visible as opposed to mouse-over*/
.kad_caption {
position: static;
opacity: 1;
}

It no longer keeps my Portfolio names and thumbnail names visible. Without this css, the mouseover works fine. With my custom css, the mouseover function is wonky. The title is at the top of each thumb and very faint.

Can you help me get back to visible names please?

Thanks

  • The forum ‘Virtue Theme’ is closed to new topics and replies.