Global - Footer

 avatar
JohnMatthewLumba
plain_text
15 days ago
213 B
1
Indexable
Never
/*Start - fix footer lp disclaimer link*/
footer .footer__contact-column{
    .lp-disclaimer a {
        text-decoration: none !important;
    }
    .lp-disclaimer a:hover {
        color: #88CE17;
    }
}
/*end*/
Leave a Comment