Nattypat Crochet
Member
Posted 8 months ago #
In most of the themes the arrows have an unwanted white background around them (shows when arrows overlay image in template). How do I remove the white or change it to transparent so I just have the circular arrow [not white square with black circle and arrow in it]? Thanks!
Problem here:
http://wordpress.org/extend/plugins/easyrotator-for-wordpress/
<i>This support ticket reply cross-posted here for reference.</i>
Hi Natalie,
This problem is caused by an overly-broad CSS declaration in your
stylesheet. You can avoid the issue by adding the following override
code to your stylesheet:
.dwuserEasyRotator img {
background: transparent !important;
}
Please let me know if you have any other questions.
Sincerely,
Drew O'Neill