• Resolved Anonymous User 20309175

    (@anonymized-20309175)


    Hello,

    since activating this plugin payment methods are shown in my Account site.

    I want to change the font style of it in UPPERCASE to match the other points.
    i do not find in your plugin the right CSS to change it.

    I incluuded a screenshot.
    https://snipboard.io/pAFQdW.jpg

    How can i give command to it?
    Thank you in advance.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Mirko P.

    (@rainfallnixfig)

    Hello @bilalithelabel,

    You can make the text uppercase by using a free translation plugin like Loco Translate.

    This is the original text on the “My Account” page.

    Use Loco Translate to change the text to uppercase.

    And here’s the result.

    You can also follow our step-by-step guide on how to do that here: https://docs.woocommerce.com/document/woocommerce-localization/#section-5.

    Hope this helps!

    Thread Starter Anonymous User 20309175

    (@anonymized-20309175)

    Hello,

    Thanks a lot. ??

    I have one more question.

    How can i change the following message background ‘No saved payment methods’ from green to gray.

    I want to change it easily with CSS.
    Would be great if you could share a CSS snippet to me.

    Hello,

    How can i change the following message background ‘No saved payment methods’ from green to gray.

    For us to take a closer look please provide your site’s URL, please note CSS could vary depending on your configuration.

    Let us know, thanks.

    Thread Starter Anonymous User 20309175

    (@anonymized-20309175)

    Hello,

    my site is not live yet, so i can’t share a URL.

    But it displays only with your activating your plugin.
    So there should be a CSS to just change the background color?

    Thank you.

    Hello @bilalithelabel ,

    I believe you are referring to the notice you see under My account > Payment methods page when no payment methods are saved, right?

    You can change the color of the background using this CSS in your Appearance > Customize > Additional CSS field:

    .woocommerce-payment-methods .woocommerce-MyAccount-content .woocommerce-info {
        background: #ccc;
    }

    It should show like this:


    Link to image: https://d.pr/i/xilV6L

    I hope this helps ??

    Hi there,

    Looks like my previous message wasn’t sent somehow, so sending again.

    Besides what Rashed mentioned, we would need the site for checking further and confirming for you if you have additional required changes.

    Regarding displaying issues only when activating our plugin, I believe the difference might be because your theme is likely overriding the other menu items. That’s the reason that you only see this option when you activate the extension.

    Would you be able to try to preview these same pages on WP Admin > Appearance > Customize using the Storefront Theme?

    Here is an example of how you can preview it: https://d.pr/i/8zYzvs/VnYI4QTZvz

    If that helps on the live preview or with changing the theme to Storefront, it means an issue with the theme itself. In case you still can reproduce the same issue, we can try alternative paths such as conflict tests.

    Mirko P.

    (@rainfallnixfig)

    Hi @bilalithelabel,

    We haven’t heard from you in a while, so I’m going to mark this as resolved.

    Hopefully, the above info was helpful. If you have further questions, please feel free to open a new topic.

    Cheers.

    Thread Starter Anonymous User 20309175

    (@anonymized-20309175)

    Hello,

    i solved the problem mit a filter function.

    Thank you for your help ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Display of Payment Methods in Account Page’ is closed to new replies.