Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1146285

    thecashbag
    Participant

    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?

    #1146335

    Christian
    Moderator

    Hey there,

    Would you mind giving us the URL of your order received page in a private reply?

    Thanks.

    #1146387

    thecashbag
    Participant
    This reply has been marked as private.
    #1146548

    Paul R
    Moderator

    Hi,

    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 / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1146634

    thecashbag
    Participant
    This reply has been marked as private.
    #1146778

    Christian
    Moderator

    Your 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.