Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #747576

    Hi,

    See screenshot

    i need al the text and fields to be the same :

    text color black
    font helvetica
    same size

    cant find the solution

    font-family:helvetica !important;
    font-weight:300 !important; color: white !important;
    #747840

    Hey BPC,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #747852

    off course, see hidden

    #750071

    Hi,

    changing it with CSS is somehow not working. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Andy

    #750079

    see hidden

    #750093

    other pass

    #751450

    Hi,

    it should be possible with this code:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    color: black;
    }

    but somehow it’s not working, so maybe best to talk with WooCommerce Support about it.

    Best regards,
    Andy

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.