Tagged: cornerstone
-
AuthorPosts
-
August 25, 2016 at 3:45 am #1146285
I’m trying to hide section 1 on my woocommerce order received page, the page customers see after making an order. But my CSS isn’t working.
I am targeting it with the CSS selector .woocommerce-order-received like this:
.woocommerce-order-received #x-section-1 { display: none !important; }
Any ideas whats wrong?
August 25, 2016 at 4:38 am #1146335Hey there,
Would you mind giving us the URL of your order received page in a private reply?
Thanks.
August 25, 2016 at 5:25 am #1146387This reply has been marked as private.August 25, 2016 at 8:01 am #1146548Hi,
Upon checking, I can see your code is correct and should work.
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
August 25, 2016 at 9:16 am #1146634This reply has been marked as private.August 25, 2016 at 10:37 am #1146778Your CSS is correct however, I don’t see it implemented so it is most probably that you have a syntax error somewhere in your CSS. Please check your CSS for errors.
Thanks.
-
AuthorPosts