• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Payments Plugin for Stripe

Stripe payment plugins for your WordPress site

  • Home
  • Documentation
  • Addons
  • Login
    • Sign In
    • Edit Profile
    • Terms & Conditions
    • My Downloads
    • License Key
  • Support
    • Support Forum
    • Forum Search
    • Forum Login
    • Forum Registration
    • Email Support for Customers
  • Contact Us
  • Show Search
Hide Search
You are here: Home / Topics / How to edit Multi-Currency botton

[Resolved] How to edit Multi-Currency botton

· ·

Home › Forums › Stripe Payments Plugin › How to edit Multi-Currency botton

Tagged: Color, Font, multi-currency, Size

  • This topic has 3 replies, 2 voices, and was last updated 3 years, 6 months ago by Admin.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • November 5, 2021 at 6:56 pm #4415
    [email protected]
    Participant

    Hi! Is it possible to change the size, font and color of the Multi-Currency shortcode?
    Please see pic below.

    November 6, 2021 at 6:55 am #4416
    Admin
    Keymaster

    Yes, you should be able to use CSS tweaks to customize those elements. Below is an example to showing how.

    You can add the following CSS tweaks in the Appearance -> Customize -> Additional CSS interface of your admin dashboard to make the font size bigger and change the color to blue:

    
    .asp-multicurr-select-container label {
        font-size: 20px;
        color: blue;
    }
    .asp-multicurr-select{
        font-size: 20px;
        color: blue;
    }
    .asp-multicurr-submit-btn {
        font-size: 20px;
        color: blue;
    }
    

    This is just an example. You can experiment with the different CSS values to see what you like.

    November 6, 2021 at 6:01 pm #4417
    [email protected]
    Participant

    Hi! Thank you for taking the time to help me. I’m still having some issues, I can’t customize any aspect of the Apply button (.asp-multicurr-submit-btn) Please see the pic below 👇

    November 9, 2021 at 9:26 am #4418
    Admin
    Keymaster

    It is likely your theme is overriding the CSS. You can do the following test to isolate:

    Test for Plugin and Theme Conflict Before Posting an Issue or a Bug

    You can try using the !important tag to see if you can force the CSS to take. See the example below:

    
    .asp-multicurr-select{
        font-size: 20px;
        color: red;
        padding: 15px !important;
    }
    
  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Log In

Primary Sidebar

Featured Addons and Extensions

  • Subscription Payments Addon
  • Additional Custom Fields
  • Secure Downloads Addon
  • Apple Pay, Google Pay, Afterpay

Addon Bundle

Stripe Payments Addon Bundle

A Simple & Lightweight Plugin

Our Philosophy with the Plugin

Support Links

  • Support Forum
  • Support Contact

Search

Copyright © 2025 | Stripe Plugins | A member of the Tips and Tricks HQ family.