Hello
You can modify design of woocommerce elements using Template and style update.
Some color related option available in theme option menu.
Thank you
Thread Starter
Jidy
(@jidy)
Hi,
I don’t really understand what do you mean.
I would like too change an other part like the shadow text of comments in the white background message. I would like delete the shadow texte and change the font style.
Is it possible ? If yes, could you give step by step please ?
https://artworkvfx.com/produit/masterclass-matte-painting-the-lost-temple?preview=true
Many thanks,
-
This reply was modified 8 years, 8 months ago by
Jidy.
Hello
Check your both page URL, both redirect to 404 page.
Check this screenshot: http://prntscr.com/ftqa9s
Provide us screenshot of what and where you want to change so I can give you proper guide line.
Thank you
Hello
Use below custom css style for update review textarea background update.
#respond #commentform textarea {
background-color: #f2f2f2;
color: #d1d1d1;
font-family: arial;
font-size: 20px;
}
Check in your style, you have added many custom style with !important, may be this issue in my custom css to manage which you want in priority important.
Thank you