Okay
  Public Ticket #3123504
change font of app menu items
Closed

Comments

  •  12
    MeesterGijs started the conversation

    Good day to you,

    I've tried some things but I can't make it work/stick. How can I have the selected menu item change color and add a backgrond to it. As seen here. And how can I change the text color to #fff here?

    Thanks for helping,

    Gijs

  • [deleted] replied

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

    a.menu-child.current-menu-item { background: #ffffff; border-radius: 5px; padding: 0.5rem !important; }


    .vibebp_myprofile .profile_grid .profile_grid_header .start_block > span > span + span{background: #ffffff;}


  •  12
    MeesterGijs replied

    Great! Can I move the text to the center of the button? See here.

  • [deleted] replied

    im sorry its alraedy in center but due this background and padding its look bit off . 

    Cant center it anymore .

  •  12
    MeesterGijs replied

    Ok, how can I then move it to the right? So that it's in the middle? Or change padding...

  • [deleted] replied

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


    a.menu-child.current-menu-item {margin-left: -0.5rem; }

  •  12
    MeesterGijs replied

    Thanks Alex! It worked. I appreciate you answering these tickets on a Saturday. Thank you

    We can close