Okay
  Public Ticket #3118166
vibep BP menu - external link icon
Closed

Comments

  •  12
    MeesterGijs started the conversation

    Hi

    How do I changethe external link icons and make them the same size? This post on external links didn't help... I still don't get it.

    Also, how can I change the color of the selected menu item? It's not in admin/appearances/customize

    And how do I change both the button as the little field with the 0 score in it? I thought this would di ti, but it didn't...

    /* APP Beloningen knop met punten */
    vibebp_main_header vibebp_form .vibebp_pointsbadges_wrapper .vibebp_lmsbadges_wrapper .user_poins{background: #ffd700;color: #3f3f3f;}
    user_points .vibebp_pointsbadges_wrapper .vibebp_lmsbadges_wrapper .user_poins>:nth-child(2){background: #00d0ff;}



    Gijs

  • [deleted] replied

    Im sorry this is not available right now : https://imgur.com/a/pCXxMTD

    yes this post will not work for external links .

    since they are handled differently .

    what exactly you wanna do with this ? : https://imgur.com/a/LKnZReU

  •  12
    MeesterGijs replied

    Understood.

    I just wan to change the colors of both the button and the light green field in the middle, and the number.

  • [deleted] replied

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

    .vibebp_pointsbadges_wrapper .vibebp_lmsbadges_wrapper .user_poins{
        background:#000000;
        
    }
    .vibebp_pointsbadges_wrapper .vibebp_lmsbadges_wrapper .user_poins>:nth-child(2){
        background:grey;
    }


  •  12
    MeesterGijs replied

    Perfect! We can close :)

    Gijs