Affirm logo too large in checkout
-
We (www.jajtechnologies.net) are partnered with Affirm taking payments from them. On the checkout page, options appear for payment, Credit Card, Paypal and Affirm. The Affirm option has a very large Affirm logo that takes up almost the entire width of the screen. I would like to make it smaller, but am unsure how to.
I talked to the Affirm support team, and they emailed me this:
“Thanks for reaching out to Merchant Help at Affirm – happy to assist with this. This is a common issue with WooCommerce. You can adjust it by adding a class attribute (class=”affirmlogo”) to the HTML img element and then styling it with the following rule.
.affirmlogo {
height: 20%
width: 20%;
}
You can adjust the percentages as you wish. Thanks for your question, let me know if you have any others!”I added the code using Appearance -> Customize -> Additional CSS. The first part about “adding a class attribute (class=”affirmlogo”) to the HTML img element” I have no clue about and am incredibly lost. Where does that get added to?The page I need help with: [log in to see the link]
- The topic ‘Affirm logo too large in checkout’ is closed to new replies.