Hi Romik, thanks for responding. I’m trying to add an image above the donation button. I also want to change the font color and family. I know how to do that in CSS, but I’m having trouble isolating the sidebar widgets so that only the left (Sidebar 2) is changed. The Html code for the donation button works perfectly, but I also wanted to add an image above it, which I am having trouble getting to display. The code is:
<figure class=”wp-block-image”><form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” target=”_top” style=”color:#0200a1;”>
<input type=”hidden” name=”cmd” value=”_s-xclick”>
<input type=”hidden” name=”hosted_button_id” value=”NESAE89WNTBSW”>
<input type=”image” src=”https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif” border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”>
</form></figure>
It does display the figure now (have never used figure in straight HTML, but I guess that’s the format for WordPress?) BUT…I want the donate button to display over the top of the image. I know that can be done using CSS, but for the life of me I am having a difficult time with finding WHAT class to put it in for the Sidebar widget.
Any help on the correct class to put the CSS for the font color and styling for sidebar two would be greatly appreciated.