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

Virtue: Image Menu Item Widget – Hover Menu Messages

Home / Forums / Virtue Theme / Virtue: Image Menu Item Widget – Hover Menu Messages

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
March 25, 2016 at 6:27 am

Hi team

How can I individually edit each hovering menu message for every time I use this widget?

The issue is every single time we use it it inherits this:

.image_menu_message {
background-color: white;
position: absolute;
width: 200px;
height: 160px;
top: 50%;
left: 50%;
margin-top: -80px;
margin-left: -100px;
opacity: 0;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.image_menu_message h4 {
position: static;
background: transparent;
text-align:center;
line-height: 30px;
font-size:32px;
font-weight:600;
font-family: Source Sans Pro;
color: #425563
}

.image_menu_message h5 {
position: static;
text-align:center;
font-size:16px;
font-weight:300;
font-family: Source Sans Pro;
color: #425563;
background: transparent;
}

.image_menu_hover_class {
opacity: 0 !important;
}

.image-menu-image-size:hover .image_menu_message {
opacity: 0.85;
}

#pg-277-6 .image_menu_message {
border-radius: 50%;
height: 200px;
}

#pg-277-6 .image_menu_message h4 {
line-height: 30px;
padding-top: 60px;
font-size:32px;
font-weight:600;
font-family: Source Sans Pro;
color: #425563
}
#pl-277 .panel-grid-cell .so-panel {
margin-bottom:0 !important;
}

To be clear we want the flexibility to edit each hovering menu every time we use the widget.

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