How to change background colour on vibebp loggedin dropdown menu

Home Forums Legacy Support Support queries How-to & Troubleshooting How to change background colour on vibebp loggedin dropdown menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #325400
    Phasitguy
    Participant
    Hello
    1. Refer to my picture below. how to change background colour on loggedin dropdown menu.
    2. I would like to change text size on loggedin dropdown menu.
    3. login logout , would like to edit to another language.
    https://ibb.co/ZNTmGbJ
      4. you will see ... on the below picture, i would like to change ... to login as a text permanently. please guide me to set up?
    https://ibb.co/1ZGm1st Thank you
    #325452
    Diana
    Participant
    If you can share your site URL with temp access, I can share custom css which will be site-specific to change the dropdown color and text size For changing the login and logout, use loco Translate plugin to translate the text
    #325455
    Phasitguy
    Participant
    you can use below link to access https://tutorgu.com/wp-admin/?wtlwp_token=ad6a26a47ee4b7679e515092c8cc6d8e
    1. … on header menu , i would like to change … to be login(text)
    https://ibb.co/1ZGm1st
    #325460
    Phasitguy
    Participant
    and I would like to remove WooCommerce icon cart on mobile header menu. Thank You
    #325637
    Diana
    Participant
    I don't have password so can't login here toc heck dropdown: http://prntscr.com/vmo98a So I am sharing css according to my setup for changing background and font size
    
    .topmenu .user_menu.active {
        background:#209cee !important;
    }
    
    .topmenu .user_menu.active a{
       font-size:12px !important;
    }
    
    Removing Cart Icon from Mobile Add this CSS .mobile_icons span.vicon.vicon-shopping-cart {display:none !important;}
    #325656
    ggate
    Participant
    Hi Diana, and please how can I change the text color (or background color) in all select in the dark mode dashboard ? https://prnt.sc/vmr64i
    #325826
    Diana
    Participant
    This CSS will work .vibebp_myprofile .vibebp_main select{ background:#0a0a0a !important; }
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to change background colour on vibebp loggedin dropdown menu’ is closed to new replies.