Renew stack hamburg menu

Hi,

I am using renew stack but in the mobile view hamburger menu doesn’t appear only block icon showing
see screenshot

Capture

please suggest

thanks

Hi @Sumansahilverma,

Thanks for reaching out.

Unfortunately, I can’t check your site since it’s behind the under-construction page. Would you mind providing the password?

I also recommend clearing your mobile browser cache, then test it again.

Thanks!

one more thing …all icon has been disappeared from button

Hello @Sumansahilverma,

I tried the password you have provided but it seems to be incorrect:

Kindly double check on your end.

Thank you.

that was admin pannel pwd

Hi @Sumansahilverma,

What about the admin user name as we cannot just login using a password.

I tried common usernames such as admin but it doesn’t work.

for admin Login

Hi @Sumansahilverma,

Thanks for the details.

Please go to X > Theme Options > Miscellaneous then make sure the Solid Fontawesome weight is enabled.

Hope this helps.

Thanks! its working

How can I increase font size or font type of drop-down menu text or customize the background

image

Hello @Sumansahilverma,

Please try this code in X > Theme Options > CSS:

.desktop .sub-menu a {
    font-size: 14px;
}

Feel free to change the value of the font size in the code.

Hope this helps.

thanks Jade, its working
and I want to use Heading font rather than body font in submenu text

Hi @Sumansahilverma,

For that, you’ll have to change that CSS to this

.desktop .sub-menu a {
    font-size: 14px;
    font-family: "Lexend Deca",sans-serif; 
}

You can also create some custom CSS depending on your site setup and content, please check this https://mhthemes.com/support/knb/browser-developer-tools-to-inspect-code-wordpress-websites/. Each may require different CSS, and we can’t provide them all so please use this as a guide :slight_smile:

Hope this helps.

Thanks Rad!
Its working fine.

You’re welcome, @Sumansahilverma.

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