This topic has 6 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Olga Barlow
hi,
The underline for the “privacy policy” just above the “place order” button on the checkout page disappears. But in the editing stage, it is there.
Hello,
You may add the below code to Theme Options > Custom CSS to add underline
a.woocommerce-privacy-policy-link {
text-decoration: underline;
}
Regards
That is fine, but I wonder the inconsistent between the editing stage and the frontend.
Hello,
Explain in more detail what do you mean by “editing stage”?
Provide screenshot for better understanding.
Regards
Navigate to Theme options->wooCommerce->Checkout, you can see the underline for the privacy policy is there without the a.woocommerce-privacy-policy-link {
text-decoration: underline;
}
but when you go to the frond-end, the underline disappeared on the checkout page. bug or ?
The issue related to '‘the “Privacy Policy “link underline disappeared on Checkout page’' has been successfully resolved, and the topic is now closed for further responses