css - Woocommerce checkout page text for Paypal -



css - Woocommerce checkout page text for Paypal -

i'm running woocommerce under wootique wordpress theme. here's link site.

since paypal payment processor, wanted text under paypal button more 'prominent'. bigger font size, maybe different colour.

i tried adding next code css, didn't alter anything, !important tag:

#payment .payment_box p { font-size:16px; color: #ee4122; }

according firefox right element , editing ul.payment_methods .payment_box p straight in theme's style.css doesn't alter anything.

i seem stuck. i'd appreciate if take quick (you may have add together item cart checkout page show properly!)

thank in advance!

ul.payment_methods .payment_box p { font-size:16px; color: #ee4122; }

this works me. know caching plugins can cause items not visually update right away have clear cache wp (not browser). can see other code in stylesheet , applying (the margin on ul.payment_methods .payment_box p).

css wordpress paypal woocommerce checkout

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -