Forum Replies Created
-
AuthorPosts
-
May 5, 2023 at 2:21 pm in reply to: Terms and conditions page have strange characters in Divi web #8139
rafamoreno1960
ParticipantMy solution is a little less elegant: put text and background in white color and then put the paragraphs in black, since these are identified in the html. It is not the most correct but it works for me. When the page was created through a shortcode I did not see the way to directly edit the html.
May 4, 2023 at 1:04 pm in reply to: Terms and conditions page have strange characters in Divi web #8134rafamoreno1960
ParticipantMy solution is with CSS:
/* ajustes afiliados */
#termsBox {
color: white !important;
}
#termsBox > p {
color: black !important;
}
#termsBox > h1:nth-child(1) {
margin-top: -100px !important;
}This work for me.
rafamoreno1960
ParticipantNot yet because I want to know if it will work for me. I need to see the ID in the admin email or in the backend in the order status. Tell me if this is possible, please, to decide the purchase
rafamoreno1960
ParticipantIn fact, the better for me is to shown the ID in the woocommerce email to the admin.
rafamoreno1960
ParticipantYes, I want to shown the ID in the box automatically. It its possible?
-
AuthorPosts