Okay
  Public Ticket #3620623
change de size text of the logged in menu
Closed

Comments

  • Suarop started the conversation

    Hello, How can I change de size text of the logged in menu? Now is too big.

    2806855279.png

    Thanks

    Chema

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 


    .vibebp_myprofile .profile_grid .profile_grid_header .end_block .vibebp_profile_menu_wrapper .vibebp_profile_usermenu_content>span{
        font-size:0.75rem;
    }
  • Suarop replied

    Perfect!

    Thank you!