December 4, 2023 - Instruction Guides

HTML TXT For Back Button in header in Woocommerce

Just add the following code in HTML TXT. For Custom CSS use this: Make Sure font awesome library is enable in your website. Note: If the Font awesome icon is not supported it will just show the code empty. Final HTML Code for Back Button. This Final Html Code will add a back button in […]

Read More

Recent Comments

  1. For QR CODE ICON TXT/HTML (no need for CSS) <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">…

  2. Just Use this code in html text: <!DOCTYPE html> <html lang="en"> <head>   <meta charset="UTF-8">   <meta name="viewport" content="width=device-width, initial-scale=1.0">   <title>Back Button…