Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created May 2, 2017 15:38
Show Gist options
  • Save jmabbas/7947bb4e97ce138f3aefdb86bc7579ec to your computer and use it in GitHub Desktop.
Save jmabbas/7947bb4e97ce138f3aefdb86bc7579ec to your computer and use it in GitHub Desktop.
pizzaro add on description
.single-product div.product form.cart .ywapo_input_container_checkbox .ywapo_option_description {
display: inline-block;
z-index: 5;
}
.ywapo_option_description .yith_wccl_tooltip {
width: 500px;
margin-left: -240px;
left: 0;
}
.ywapo_option_description .yith_wccl_tooltip.fade span {
padding: 6px 10px;
background: #f5f5f5;
color: #666;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ywapo_option_description .yith_wccl_tooltip.fade span:after {
border-top-color: #fff;
}
.ywapo_option_description .yith_wccl_tooltip.fade {
visibility: hidden;
}
.ywapo_input_container_checkbox .ywapo_option_description:hover .yith_wccl_tooltip.fade {
visibility: visible;
opacity: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment