Hi @ialvarez2017,
Try in the custom js field inside the General options tab. Clear any cache plugin after doing this.
Let me know if it worked.
hello rui
In the general options tab I only see Custom CSS and Sticky Html Elements
regards!
That’s strange there is a js field under the css option.
https://www.wpmobilemenu.com/knowledgebase/general-options/how-to-add-custom-js-to-wp-mobile-menu/
Can you check your javascript console when you are in the General Options tab to see if there is any error?
hello rui
I see that I have version 2.4
Is it possible to add js?
Regards!
hello rui:
I have already installed version 2.6
the problem is that when I put transparency on the head, it only applies when it moves, and not at the beginning, as you can see, it appears white
https://www.frostt.com.mx/
That white part it’s from the body of the page content, it’s not from WP Mobile Menu.
You can remove it by adjusting the padding-top with this custom css.
.mobmenu-push-wrap, body.mob-menu-slideout-over {
padding-top: 0px!important;
}
It will look like this.
https://cl.ly/2q08340d3T38
hi riu:
Excellent help, it worked!
thank you very much!
No problem. I’m glad it’s sorted.