Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    Thank you for your question.

    The screenshot appears to be in a different language, so I just want to make sure I understand correctly.

    It seems like you want to hide or remove the “Checkout” button/text from the mini cart. Is that correct, or are you referring to something else on the page?

    Could you please clarify exactly which “Checkout” text you would like to remove?

    Also, please share your site URL so we can better understand the layout and assist you further.

    Thread Starter masterfox5

    (@masterfox5)

    https://notfalltrainingszentrum.de/

    Remove “Zur Kassee” The Custome should be Pay only with PayPal.

    Plugin Support Frank Remmy (woo-hc)

    (@frankremmy)

    Hi @masterfox5,

    Thanks for sharing the URL.

    You can hide the text using this CSS:

    .awb-menu__woo-wrap.fusion-menu-cart-checkout-link
    {

    display: none;
    }

    See: https://share.zight.com/v1u7Xn1p

    I hope that helps. Let us know if you need anything else.

    Thread Starter masterfox5

    (@masterfox5)

    do you mean style.css in Theme Editor?

    Plugin Support Frank Remmy (woo-hc)

    (@frankremmy)

    Hi @masterfox5,

    Not the Theme Editor. I’d avoid editing style.css directly as any theme update would overwrite your changes.

    The safer place is Appearance → Customize → Additional CSS. Just paste the snippet there and click Publish. It’ll survive theme updates and take effect straight away.

Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.