Edit in theme files css not working
-
Sorry to bother again. I thought I had solved my problem to change the color of the thank you message in the order complete page by adding customm css. But it wasn’t working. I mnged to find the parts css file in the theme files (parent theme) and changed it there. (Changed the hex code numbers for border and text). ile url in private content. Saved all, mde a test order, text still in original green color. What am I doing wrong?
*ashamed* please close the topic. It’s solved since it apparently was a cache issue. Never mind
Hello,
Please try to add the following custom CSS code in Theme Setting -> Global custom CSS section:
.woocommerce-thankyou-order-received {
color: black;
border: 2px dashed black !important;
}
Change the code as per your need.
Best Regards.