• Resolved tano19

    (@tano19)


    Hello, I need to remove the things in the image I attached in the link how can I do it?
    The 2 things are the “check out all” fields in customer account and the “cart” box in the right top of the website.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Do you mean to remove the text Check out fields? Or to remove the button itself?

    Can you provide a link to your website so that we can take a closer look?

    Looking forward to hearing from you.

    Thread Starter tano19

    (@tano19)

    Hello, thanks for your reply, I have found a solution doing this:

    /* checkout all button */
    .tbl_bidauc_list tr:last-child a.button {
    display: none;
    }

    Glad to hear that. @tano19

    If you have any further questions, I recommend creating a new thread.

    Best.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove some fields and things’ is closed to new replies.