Change font color

Home Forums Legacy Support Support queries Styling issues Change font color

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #205335
    dramalanguage
    Spectator
    Hi wplms I have added a Korea's payment method, so two pages have been created related to this payment. And these two pages are being influenced by the wplms theme of css. Currently, the font colors on the two pages are white. So consumers can't read text. https://prnt.sc/ne15d9 https://prnt.sc/ne16n3 https://www.dramalanguage.com/my-account/pafw-card-register/ https://www.dramalanguage.com/checkout/ So I changed the font color to #474747 in Appearance's customiser. However, the font color for the two pages remains unchanged. https://prnt.sc/ne17tt How can I change the font color of these two pages to #474747?
    #205344
    maximus
    Member
    Hi dramalanguage, Please add this code in wp-admin->Appearance->Customize->Custom css->paste and save .woocommerce-account .global .content .woocommerce .woocommerce-MyAccount-content .cks-card-form .pafw_card_form .nicepay_billing_wrappper .msspg-input-fields .msspg-fields-wrap .label { color:#474747; } refer:http://prntscr.com/ne1vfy
    #205352
    dramalanguage
    Spectator
    In the link below, the font color was changed to #474747. Thank you.
    https://www.dramalanguage.com/my-account/pafw-card-register/
    However, the font color on the link below has not changed.
    https://www.dramalanguage.com/checkout/
    https://prnt.sc/ne2jwi This nicepay payment tab was created in the checkout page. The relevant code is as follows. <li class="wc_payment_method payment_method_nicepay_subscription"> <input id="payment_method_nicepay_subscription" type="radio" class="input-radio" name="payment_method" value="nicepay_subscription" data-order_button_text="">
    &lt;label for="payment_method_nicepay_subscription"&gt;
        [테스트] 나이스페이 정기결제    &lt;/label&gt;
    
    
    
    jQuery(document).ready(function ($) {
        $('.msspg-input-fields .msspg_cust_type').on('change', function () {
            if (this.checked) {
                $('.msspg-fields-wrap .cust-type', $(this).closest('.msspg-input-fields')).html($(this).val());
            }
        });
    
        $('input.change-card').on('click', function () {
            var $wrapper = $(this).closest('div.nicepay_billing_wrappper');
            $('div.billing_info', $wrapper).css('display', 'none');
            $('div.msspg-input-fields', $wrapper).css('display', 'block');
            $('input[name=nicepay_issue_bill_key]').val('yes');
        });
    });
    
    
    
    
        [현대] ( 4020-****-****-1903 ) 
    
    
        &lt;input type="hidden" name="msspg" value="1"&gt;
    &lt;input type="hidden" name="nicepay_issue_bill_key" value="yes"&gt;
    
    
            카드종류
    
    
    
                    개인카드
    
                &lt;/div&gt;
    
    
    
                    법인카드
    
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    
            카드번호
    
    
    
                    -
    
                    -
    
                    -
    
    
            &lt;/div&gt;
        &lt;/div&gt;
    
            유효기간
    
    
    
                        010203040506070809101112                    
                    /
    
                        20192020202120222023202420252026202720282029                    
    
            &lt;/div&gt;
        &lt;/div&gt;
    
            사업자번호
    
    
    
    
            &lt;/div&gt;
        &lt;/div&gt;
    
            카드 비밀번호 (앞 2자리)
    
    
    
    
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    
    </div> </div>
#205373
maximus
Member
Hi ,  dramalanguage, Your payment gateway is not working completely. when we are going on this link https://www.dramalanguage.com/checkout/ it is showing this page http://prntscr.com/ne4vpm we need this page  https://prnt.sc/ne2jwi but it is not showing. so please correct your payment gateway after that we will be able to fix your issue  
#205560
dramalanguage
Spectator
This reply has been marked as private.
#205697
maximus
Member
Hi dramalanguage, Please add this line of code in wp-admin->Appearance->Customize->Custom css: .woocommerce-checkout .global .content .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box .nicepay_billing_wrappper .msspg-input-fields .msspg-fields-wrap .label { color:#474747; } refer:http://prntscr.com/nfaq6f If you face any trouble after this please let me know.
#205801
dramalanguage
Spectator
Hi maximus The code you told me was correct. The font color were changed to the color I wanted. This problem is solved. Thank you very much. Please close this topic.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change font color’ is closed to new replies.