Global - Floating Button

Fix Button Theming
 avatar
Bnnthpnzln
css
16 days ago
402 B
2
Indexable
Never
Emily Kroll
/*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*/
Leave a Comment