{"id":1293,"date":"2026-06-17T13:41:12","date_gmt":"2026-06-17T13:41:12","guid":{"rendered":"https:\/\/legacymusichub.com\/?page_id=1293"},"modified":"2026-06-17T13:41:14","modified_gmt":"2026-06-17T13:41:14","slug":"faq","status":"publish","type":"page","link":"https:\/\/legacymusichub.com\/fr\/faq\/","title":{"rendered":"FAQ"},"content":{"rendered":"\n<section class=\"lmh-faq-page\">\n  <style>\n    .lmh-faq-page {\n      font-family: Arial, sans-serif;\n      background: #07120d;\n      color: #ffffff;\n      padding: 60px 20px;\n      overflow: hidden;\n    }\n\n    .lmh-faq-container {\n      max-width: 1100px;\n      margin: auto;\n    }\n\n    .lmh-faq-hero {\n      text-align: center;\n      margin-bottom: 50px;\n      position: relative;\n    }\n\n    .lmh-faq-badge {\n      display: inline-block;\n      padding: 8px 18px;\n      background: rgba(0, 255, 128, 0.12);\n      color: #37ff9b;\n      border: 1px solid rgba(55, 255, 155, 0.4);\n      border-radius: 30px;\n      font-size: 14px;\n      margin-bottom: 18px;\n    }\n\n    .lmh-faq-hero h1 {\n      font-size: 42px;\n      margin: 0 0 15px;\n      line-height: 1.2;\n    }\n\n    .lmh-faq-hero p {\n      max-width: 760px;\n      margin: auto;\n      color: #d7e7dd;\n      font-size: 18px;\n      line-height: 1.7;\n    }\n\n    .lmh-music-animation {\n      display: flex;\n      justify-content: center;\n      gap: 14px;\n      margin: 35px 0;\n    }\n\n    .lmh-note {\n      width: 55px;\n      height: 55px;\n      background: linear-gradient(135deg, #19ff88, #ffffff);\n      color: #07120d;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 26px;\n      font-weight: bold;\n      animation: lmhFloat 2.5s ease-in-out infinite;\n      box-shadow: 0 0 20px rgba(55, 255, 155, 0.45);\n    }\n\n    .lmh-note:nth-child(2) { animation-delay: .3s; }\n    .lmh-note:nth-child(3) { animation-delay: .6s; }\n    .lmh-note:nth-child(4) { animation-delay: .9s; }\n\n    @keyframes lmhFloat {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-14px); }\n    }\n\n    .lmh-faq-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 18px;\n    }\n\n    .lmh-faq-item {\n      background: rgba(255, 255, 255, 0.06);\n      border: 1px solid rgba(255, 255, 255, 0.12);\n      border-radius: 16px;\n      overflow: hidden;\n      transition: 0.3s ease;\n    }\n\n    .lmh-faq-item:hover {\n      border-color: rgba(55, 255, 155, 0.55);\n      transform: translateY(-3px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);\n    }\n\n    .lmh-faq-item summary {\n      cursor: pointer;\n      padding: 22px 24px;\n      font-size: 18px;\n      font-weight: bold;\n      list-style: none;\n      position: relative;\n      color: #ffffff;\n    }\n\n    .lmh-faq-item summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .lmh-faq-item summary::after {\n      content: \"+\";\n      position: absolute;\n      right: 24px;\n      top: 20px;\n      font-size: 26px;\n      color: #37ff9b;\n      transition: 0.3s;\n    }\n\n    .lmh-faq-item[open] summary::after {\n      content: \"\u2212\";\n      transform: rotate(180deg);\n    }\n\n    .lmh-faq-answer {\n      padding: 0 24px 24px;\n      color: #dcebe2;\n      line-height: 1.8;\n      font-size: 16px;\n    }\n\n    .lmh-faq-answer a {\n      color: #37ff9b;\n      text-decoration: none;\n      font-weight: bold;\n    }\n\n    .lmh-faq-cta {\n      margin-top: 55px;\n      padding: 35px;\n      text-align: center;\n      background: linear-gradient(135deg, rgba(25, 255, 136, 0.14), rgba(255,255,255,0.06));\n      border: 1px solid rgba(55, 255, 155, 0.35);\n      border-radius: 22px;\n    }\n\n    .lmh-faq-cta h2 {\n      margin: 0 0 15px;\n      font-size: 30px;\n    }\n\n    .lmh-faq-cta p {\n      color: #d7e7dd;\n      max-width: 720px;\n      margin: 0 auto 25px;\n      line-height: 1.7;\n    }\n\n    .lmh-faq-button {\n      display: inline-block;\n      background: #19ff88;\n      color: #07120d;\n      padding: 14px 26px;\n      border-radius: 30px;\n      font-weight: bold;\n      text-decoration: none;\n      transition: 0.3s;\n    }\n\n    .lmh-faq-button:hover {\n      background: #ffffff;\n      transform: scale(1.05);\n    }\n\n    @media (max-width: 768px) {\n      .lmh-faq-hero h1 {\n        font-size: 32px;\n      }\n\n      .lmh-faq-hero p {\n        font-size: 16px;\n      }\n\n      .lmh-note {\n        width: 45px;\n        height: 45px;\n        font-size: 22px;\n      }\n\n      .lmh-faq-item summary {\n        font-size: 16px;\n        padding-right: 55px;\n      }\n    }\n  <\/style>\n\n  <div class=\"lmh-faq-container\">\n\n    <div class=\"lmh-faq-hero\">\n      <span class=\"lmh-faq-badge\">Legacy Music Hub Support Center<\/span>\n      <h1>Frequently Asked Questions<\/h1>\n      <p>\n        Welcome to the Legacy Music Hub FAQ page. Here you will find clear answers about our music marketplace, vendor accounts, digital products, events, payments, downloads, and artist support.\n      <\/p>\n\n      <div class=\"lmh-music-animation\">\n        <div class=\"lmh-note\">\u266a<\/div>\n        <div class=\"lmh-note\">\u266b<\/div>\n        <div class=\"lmh-note\">\u266c<\/div>\n        <div class=\"lmh-note\">\u2669<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"lmh-faq-grid\">\n\n      <details class=\"lmh-faq-item\">\n        <summary>What is Legacy Music Hub?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          Legacy Music Hub is a digital music marketplace created to help artists, musicians, producers, beatmakers, event organizers, and music lovers connect in one trusted platform. Our mission is to give creators a professional space to sell music, beats, books, event tickets, and other music-related digital products.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>What does \u201cMy Music is My Legacy\u201d mean?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          \u201cMy Music is My Legacy\u201d means that every song, beat, message, and creative work can become part of an artist\u2019s story. Legacy Music Hub was built to help creators share their gifts, protect their work, and build something that can last beyond the moment.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>Who can use Legacy Music Hub?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          Legacy Music Hub is open to independent artists, gospel artists, urban artists, producers, beatmakers, authors, event organizers, and customers who want to discover and purchase music-related products.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>Can I become a seller on Legacy Music Hub?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          Yes. Artists, producers, musicians, and approved vendors can create a seller account and list their products on the platform. Each seller is responsible for uploading accurate product information, prices, files, and descriptions.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>What kind of products can sellers upload?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          Sellers may upload music tracks, beats, instrumental files, ebooks, event tickets, and other approved music-related products. Products must respect copyright rules and must not violate the rights of another creator.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>Can I sell gospel music on Legacy Music Hub?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          Yes. Legacy Music Hub welcomes gospel artists, worship musicians, Christian creators, and ministries who want to share and sell their music, instrumentals, books, or event tickets professionally.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>Can I sell urban music or beats?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          Yes. Urban artists, producers, and beatmakers can sell tracks, beats, instrumentals, and related digital products, as long as the content follows our community guidelines and copyright policy.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>How do customers receive digital products after purchase?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          After a successful purchase, customers can access their downloadable product through their account, order confirmation page, or confirmation email, depending on the product type and seller settings.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>Are all products digital?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          Most products on Legacy Music Hub are digital, such as audio files, beats, ebooks, and digital tickets. Some products or services may have specific instructions added by the seller in the product description.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>Does Legacy Music Hub own my music?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          No. Legacy Music Hub does not claim ownership of your music. Sellers remain responsible for their own content, rights, licensing, and permissions. The platform provides a marketplace where creators can present and sell their work.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>Can I upload music that I do not own?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          No. You should only upload content that you own or have legal permission to sell. Uploading copyrighted material without permission may result in product removal, account restriction, or further action.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>How does Legacy Music Hub handle copyright complaints?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          Legacy Music Hub takes copyright seriously. If a rights owner believes that content was uploaded without permission, they may contact us with proper details so we can review the matter. A dedicated DMCA\/Copyright Policy page should be used for full instructions.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>How can I contact support?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          You can contact Legacy Music Hub support by email at \n          <a href=\"mailto:support@legacymusichub.com\">support@legacymusichub.com<\/a>.\n          Please include your name, order number if available, and a clear explanation of your request.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>What should I do if my download link does not work?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          First, check your email confirmation and your account order page. If the download still does not work, contact support with your order details so the issue can be reviewed.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>Can sellers promote their products?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          Yes. Sellers are encouraged to share their product links on social media, websites, churches, music communities, and other platforms. A strong product description, quality image, and clear audio preview can help increase customer trust.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>Can event organizers sell tickets?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          Yes. Approved sellers may list gospel events, urban events, concerts, worship nights, conferences, and other music-related events. Event details should be accurate, including date, time, location, ticket type, and entry rules.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>Are refunds available?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          Refunds depend on the type of product and the refund policy of Legacy Music Hub. Since many products are digital, customers should carefully read the product description before purchasing. For more information, users should review the Refund Policy page.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>How can sellers build trust with buyers?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          Sellers should use professional product images, clear descriptions, accurate titles, audio previews when available, correct pricing, and honest information about what the customer will receive.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>Is Legacy Music Hub only for professional artists?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          No. Legacy Music Hub is also for independent creators who are still growing. Whether you are just starting or already established, the platform is designed to help you present your music and creative work professionally.\n        <\/div>\n      <\/details>\n\n      <details class=\"lmh-faq-item\">\n        <summary>How do I start?<\/summary>\n        <div class=\"lmh-faq-answer\">\n          Customers can browse products directly from the website. Artists and sellers can create an account, complete their profile, upload approved products, and begin building their music legacy through the platform.\n        <\/div>\n      <\/details>\n\n    <\/div>\n\n    <div class=\"lmh-faq-cta\">\n      <h2>Still Need Help?<\/h2>\n      <p>\n        Legacy Music Hub is committed to supporting artists, sellers, and music lovers with a professional and trusted experience.\n      <\/p>\n      <a class=\"lmh-faq-button\" href=\"\/contact-us\/\">Contact Support<\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Legacy Music Hub Support Center Frequently Asked Questions Welcome to the Legacy Music Hub FAQ page. Here you will find clear answers about our music marketplace, vendor accounts, digital products, events, payments, downloads, and artist support. \u266a \u266b \u266c \u2669 What is Legacy Music Hub? Legacy Music Hub is a digital music marketplace created to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"footnotes":""},"class_list":["post-1293","page","type-page","status-publish","hentry"],"blocksy_meta":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/pages\/1293","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/comments?post=1293"}],"version-history":[{"count":1,"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/pages\/1293\/revisions"}],"predecessor-version":[{"id":1294,"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/pages\/1293\/revisions\/1294"}],"wp:attachment":[{"href":"https:\/\/legacymusichub.com\/fr\/wp-json\/wp\/v2\/media?parent=1293"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}