Terms and conditions showing extra content

Hi there,

In this topic you previously help me solve some problems with the terms and conditions in my checkout page: https://theme.co/apex/forum/t/woo-commerce-terms-and-conditions-link-not-working-anymore/34787.

Yesterday my colleague updated them again and know some extra text appears at the very bottom of the terms, please see attached screenshot.

We have no idea where the text inside the red box is coming from, as it is not on the terms and conditions page: https://openframe.org/handelsbetingelser/

Can you help us remove it?

Regards,
Carina

Hi @KnowledgeWorker,

Thanks for posting in.

I checked and it doesn’t display the term and condition similar to your screenshot. Perhaps you deactivate it?

And based on that, it does looks like a page title. Please provide your login credentials in a secure note so we could take a closer look :slight_smile:

Thanks!

Hi there,

Just checked, and it still looks like the screen shot if you scroll to the very bottom of the terms and conditions. I’ll provide you with login credentials :slight_smile:

Thanks.

Hi There,

I saw this text only:

Please test for a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Let us know how it goes!

Hi Thai

If you click on the link “vilkår og betingelser” so the terms and conditions shows and then scroll to the very bottom, you will see what’s on my screen shot.

Hi There,

To remove that text, please try adding this custom CSS under Theme Options > CSS:

.woocommerce-checkout .x-text.x-text-headline {
    display: none;
}

Regards!

Hi Thai,

Tried adding the CSS, however it did not solve the problem.

Regards,
Carina

Appologies, it did work! Can you help me remove the link as well “kom i gang” just below the line (same place as the heading)?

Hi There,

Please change the previous CSS to this:

.woocommerce-checkout .x-text.x-text-headline,
.woocommerce-checkout .x-anchor.x-anchor-button {
    display: none;
}

Hope it helps :slight_smile:

Thanks, solved the problems! :slight_smile:

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.