• Resolved Convospanish

    (@convospanish)


    Hello,

    I use your plugin WP Simple PayPal Shopping Cart on my website for my clients to make their payments. I have noticed that when the shopping cart is shown, the Item Name, Quantity and the Price are hard to see. The font size is very small. Is there a way to make the font size bigger?

    Thank you,

    Inés

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    You can try whit CSS just add

    
    .shopping_cart .wp_cart_item_info {
        font-size: 18px;
    }
    .shopping_cart input.wspsc_cart_item_qty.czr-focusable {
        font-size: 24px;
        padding: 5px;
        padding-top: 0px;
    }
    .shopping_cart td {
        font-size: 21px !important;
    }
    

    Best regards,
    ?iga

    Thread Starter Convospanish

    (@convospanish)

    Hello,

    Thank you for your help. I am pretty knew with all this. I have never added any code to the CSS. Could you let me know how to do it?.

    Thank you again,

    Inés

    Plugin Contributor mbrsolution

    (@mbrsolution)

    @convospanish, you can try the following plugin. Let me know if this works for you.

    Kind regards

    I would recommend the Simple Custum CSS Plugine. Install like any other plugin then just drop the CSS in the given box.

    If you need more help you can watch this video (youtube tutorial).

    Just ask if you need more help.

    Thread Starter Convospanish

    (@convospanish)

    Thank you very much for your help. The problem is resolved.

    Finally, I just added directly to the CSS the code @sloziga said. For that I went to Appearance and then Edit CSS and pasted the code. It seems if you have the WordPress version 4.7 or above, codes can be added to your theme without the need of a plugin.

    Inés

    Nice :D. Glad to be of help.

    Best regards,
    ?iga

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WP Simple Paypal Shopping Cart font size small’ is closed to new replies.