Home Forums WoodMart support forum Edit in theme files css not working

Edit in theme files css not working

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #475594

    jadalo.egypt
    Participant

    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?

    #475625

    jadalo.egypt
    Participant

    *ashamed* please close the topic. It’s solved since it apparently was a cache issue. Never mind

    #475633

    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.

Viewing 3 posts - 1 through 3 (of 3 total)