Home › Forums › WordPress Themes – Premium › Preference › How to change the wp-admin of “.xxx/wp-admin”
Hi
I want to change the default directory “wp-admin” of “domain.xxx/wp-admin” for website security. And how to change font-size of sub-menu in Preference theme? Please tell me how to do?
Thank you!
Jacky
For the wp-admin, you will need to look to WordPress website for that.
Submenu font size is found in the menu.css file around line 127 and uses font size 12px.
.main-navigation li ul li a { display: block; font-size: 12px; line-height: 12px; line-height: 1.7; padding: 4px 16px; width: 150px; white-space: normal; }