Home Forums WordPress Themes – Premium Preference How to change the wp-admin of “.xxx/wp-admin”

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14750
    jacky
    Member

    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

    #14751
    Sushil Adhikari
    Moderator

    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;
    	}
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.