Untitled

 avatar
dom
plain_text
a year ago
1.0 kB
2
Indexable
.affiliate-disclosure {
  margin-top: 40px;
  color: var(--kcl-white);
  font-size: 0.75rem;
  font-family: var(--font-family-lato-regular);
  line-height: 120%;
}

.affiliate-link {
  text-decoration: underline;
  text-decoration-color: var(--kcl-white);
}

      <div className="affiliate-disclosure">
                <p>
                  The Krazy Coupon Lady is an independent service supported by
                  advertising. Most of the offers appearing on our site are from
                  companies from which we receive compensation. We may receive a
                  small payment from an affiliate if you click a link to
                  purchase a product. Sometimes a post is sponsored by the maker
                  of the product, and we receive a fee for the post.{' '}
                  <Link href="/thekrazycouponlady.com/tips/money/affiliate-disclosure">
                    <span className="affiliate-link">Learn More.</span>
                  </Link>{' '}
                </p>
              </div>
Leave a Comment