Influencer - Footer Text replace
Ian
css
3 years ago
347 B
9
Indexable
/*start - footer text*/
.footer__contact-column h4:after{
font-size: 14px;
content: "Connect With Mariah";
display: block;
}
footer .footer__disclaimer {
font-size:12px!important;
}
footer .footer__contact h4 {
content: "\a";
font-size: 0;
}
.footer__info-column h4{
text-transform: uppercase;
}
/*end*/Editor is loading...