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;
Hey BPC,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
off course, see hidden
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:
Best regards,
Andy
see hidden
other pass
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