• Resolved bsaeed

    (@bsaeed)


    I am suing FlixiCart Theme on my wordpress website https://BigFamilyPortal.com. I just noticed that on the pages where I an using “BitForm” forms, menu is not showing, though it is showing on all other pages. Any idea how should i resolve this issue?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support wayes001

    (@wayes001)

    We have checked it. It conflicts with the CSS class.
    Please add the following CSS to your form.
    To add CSS, Click Form Name > Builder > Builder Setting > Custom Code > CSS.
    Please check the screenshot: https://i.imgur.com/9I07cih.png
    Here is the code
    @media(min-width: 992px) {
    .d-none{
    display: block !important;
    }
    ._frm-bg-b31 .d-none{
    display: none !important;
    }
    }

    Note: replace “31”(class: ._frm-bg-b31) with your form-id.

Viewing 1 replies (of 1 total)
  • The topic ‘Menu not showing on Contact us page that uses BitForm’ is closed to new replies.