My mega menu is not working and not sign in my xstore header how to fix it

This topic has 5 replies, 2 voices, and was last updated 1 month ago ago by Ayan Rahman

  • Avatar: samarasiri
    samarasiri
    Participant
    February 8, 2026 at 05:42

    “I used Static Blocks to create my mega menus, but they are not working anymore. How can I fix this? Also, I want to set the cart icon in my header to show one color on PC and a different color on mobile—how do I do that? Furthermore, I need to know exactly how to connect an XStore pre-built header to my site. Please explain these steps to me one by one in order.”

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    4 Answers
    Avatar: Ayan Rahman
    Ayan Rahman
    Support staff
    February 8, 2026 at 05:49

    Hi,

    Thank you for reaching out to us.

    Please post different questions through separate topics on the support forum next time, so more specialists can deal with them at the same time.

    We cannot log in using the credentials you provided, please check them

    Best regards,
    8Theme’s Team

    Avatar: samarasiri
    samarasiri
    Participant
    February 8, 2026 at 07:06

    First, please explain to me how to add an XStore pre-built header to the site. Do I need to create a Static Block for this? When I add it through XStore > Header, the old header remains and doesn’t change. How can I fix this? Please give me the instructions step-by-step

    Please contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    Avatar: Ayan Rahman
    Ayan Rahman
    Support staff
    February 8, 2026 at 11:02

    Hi,

    We appreciate your prompt response.

    There are two header builders in Appearance > Customize > Header Builder https://prnt.sc/NOalZ2HrP9ZD and in Xstore Builders > Header Builder with Elementor https://prnt.sc/SsxzTkQECB37 . You can choose any of them, now the one from the customizer is working on your site.
    I prefer the header builder created using the elementor because it is newest but you can choose any of them, and when you tell me your choice, I can instruct you further.
    You will see that there is a template there, but it is not working right now because it is not intended for pages. So you can simply assign it through conditions and work with it – https://prnt.sc/oEaEnvG3ISwF . Here is a link to the documentation, tell me if everything is clear to you at this stage – https://www.8theme.com/documentation/xstore/xstore-builders/new-xstore-header-builder-with-elementor/

    Warm Regards,
    The 8Theme Team

    Avatar: Ayan Rahman
    Ayan Rahman
    Support staff
    February 8, 2026 at 11:04

    Hi,

    About the menu width, please check this example https://prnt.sc/o7dp8W66zBCD

    Regarding the Cart icon color, you can change it using Custom CSS code, for example, the one I will write to you below. Just add it to Theme Options > Theme Custom CSS > Global:

    @media only screen and (max-width: 992px) {
        .et_b_header-cart.et_element-top-level > a svg {
            fill: black !important;
        }
    }

    Warm Regards,
    The 8Theme Team

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.