Global - Floating Button

Fix Button Theming
Bnnthpnzln avatar
Bnnthpnzln
css
09/25/2024 9:55 PM
536 B
16
Indexable
/*START - mobile contact button - Floating*/
body>div.mobile-contact-wrapper{
   
    .lp-btn{
        border: 2px solid #000!important;
        background-color: transparent!important;
        color: #000!important;
        &:hover{
            border: 2px solid #000!important;
            background-color: #000!important;
            color: #fff!important;
        }
    }

}
/*end*/
Editor is loading...
Leave a Comment