• Resolved kimcheng

    (@kimcheng)


    After ordering, when I go to My account to check with the order,
    There will be a summary of the orders.
    And then clicking in 1 of the order,

    There will be shown:
    “Order #1184 made on 27 April, 2014. Order status: on-hold.”

    But in my case, Because my background colour is black.
    And all the words are in white.

    But because “#1184”, “27 April, 2014” and “on-hold” will be shown in black colour. So, how could I change the font colour for them?
    May be in white also.

    Could you help me to solve it?

    Thank you!

    https://www.ads-software.com/plugins/woocommerce/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Sounds like you need some custom css. Please post your url.

    Thread Starter kimcheng

    (@kimcheng)

    Thank you. Iorro. ??
    I really like to solve it.

    You may need to log-in first.

    Account name:
    [redacted]

    Password:
    [redacted]

    URL:
    https://www.fancia.com/?page_id=733&order=1190

    Change your password NOW! Never, ever, post login details on a public forum. You have just given the whole world access to your account!

    @kimcheng, I don’t need your password. My trusty browser is sufficient.

    Thread Starter kimcheng

    (@kimcheng)

    @esmi, oh, Thank you! I changed already.

    @lorro, ok! Because I don’t know what should I give you.
    Thank you very much!

    Here is the custom css with to make the text visible in light green. Use #FFF for white text.
    .order-number, .order-date, .order-status {color:#7F0}

    Thread Starter kimcheng

    (@kimcheng)

    @lorro, Amazing !!!!!! It is solved in a second!!!!!
    Thank you!!!!!

    And Could I ask 1 more question to you?
    Because I asked in the BWS Caphcha group, there was no response.

    I have used BWS Caphcha in BWS Contact forum.

    7 + 2 = ?

    When I input a number “9” at the ? position,
    the input number is invisible but effective.
    It still can be successful for submitting the contact form.

    https://www.fancia.com/?page_id=2

    What should I do to improve? ??

    The check number is supposed to be invisible, though I can’t think why the plugin author made it so.

    To make the number visible, use this in your custom css:
    .cptch_block input[type="text"] {padding: 12px 0 12px 8px}

    You may want to delete the “The input number is invisible” message, because it isn’t now, and you can use this to do so:
    .cptch_block label {display: none}

    Thread Starter kimcheng

    (@kimcheng)

    @lorro

    It’s really helpful !!!

    Thank you very much!!!!!!
    Dr. CSS ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Changing the font colour in "View Order Page"’ is closed to new replies.