Can you please advice how to change the mennu/submenu font family. I want to use fllowing CSS in my custom code but do not know what class I need to use ?
font-family: "Alex brush","San Serif", Times, serif;
sachinsehdev You can try with this custom code:
.jub-block .jub-element .nav, .jub-block .jub-element .nav li .nav-child { font-family: "Alex brush","San Serif", Times, serif; }
http://prntscr.com/oldn1f
saguaros Thank you. Appreciate it