Forums
Forums / Plugin: Auto Amazon Links - Amazon Associates Affiliate Plugin / Background Color
(@johnary)
12 years, 2 months ago
Is there a simple way to change the background color of this widget?
https://wordpress.org/plugins/amazon-auto-links/
(@miunosoft)
I’m not sure what exactly you want but assuming you are talking about the outputs that the plugin generates, you would need to insert custom CSS rules in your themes’ style.css file.
style.css
Try putting this in your style.css of your theme.
.amazon-products-container { background-color: #FFF5FA; }
Change the property value to suite your needs.
12 years, 1 month ago
Closing the topic due to inactivity.
The topic ‘Background Color’ is closed to new replies.