Tagged: x
-
AuthorPosts
-
October 7, 2016 at 9:26 am #1206794
rgultomParticipantHi.
I have a custom css that will animate whenever you hover, I have been trying to apply it the menu but no luck. I was wondering if you can help me how to insert it to the custom>css
below is the code that I have:
.hvr-underline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
color:white;
}
.hvr-underline-from-left:before {
content: “”;
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
background: #a27d22;
height: 5px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
right: 0;
}thanks.
October 7, 2016 at 12:51 pm #1207080
JoaoModeratorHey there,
Thanks for writing in! Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1206794 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
