Amazon Affiliate Custom CSS For Post Disclaimer That is Now Required

Panther28

Elite Member
Executive VIP
Jr. VIP
Joined
May 2, 2010
Messages
9,943
Reaction score
16,051
In case you might have missed it, you now have to have a message on every page of your site that has amazon links on it.

The message has to be obviously something like "This website generates income if you purchase a product from any of our Amazon links."

Its easy to do this with some custom CSS, and place a message at the top of every post.

.post .single_post:before {
content: "This website generates income if you purchase a product from any of our Amazon links." !important;
text-align: center !important;
font-size: 20px;
}
 
Back
Top