Transparent Background Not working & additional space is on the bottom of the menu

I have attached an image for your reference.

Hi Arshad,

Thank you for reaching out to us. I checked your site and I don’t see an additional space below your navigation menu (see screenshot). Seems like you managed to fix this on your own.

Regarding the transparent background, are you trying to give the navigation bar the transparent background color? If that’s the case then add the following code in the Theme Options > CSS:

.x-navbar {
    background-color: transparent;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

Hello Nabeel,

Thank you for the prompt reply.

Yes, I have managed to fix the Nav bar issue.

Thank You, that worked, I will play around with that a bit.

Glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.