BuddyBoss Home – Web Support Forums Solutions Social Learner Drop Down Menu on Member Profile Pages is Blank

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #43965
    @dbayless

    The drop down menu featured under “Private Message” on individual members’ profile pages is blank. See attached screenshot. Shouldn’t it contain options such as “Friend Request?”

    Answers

    #43967
    @dbayless

    I just discovered that there appear to be live links in the drop down menu – but the menu items may be white font on a white background (see attached).

    #43969
    @dbayless

    It appears the problem may be limited to the “view as desktop” option. When I view the same page on a mobile browser or using the “view as mobile” option using my desktop browser, the drop down menu options are visible (see attached).

    #44004

    Anonymous
    @

    Hi @dbayless, please include following css to your custom.css

    
    .is-desktop #item-buttons .pop .inner a {
        color: #30445c !important;
    }
    .is-desktop #item-buttons .pop .inner a:hover {
        color: #fff !important;
        background-color: #30445c !important;
    }
    

    Regards

    #44007
    @dbayless

    Thanks, @vapvarun. That did the trick!

    #44082

    Anonymous
    @

    🙂 glad i will close this topic.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Drop Down Menu on Member Profile Pages is Blank’ is closed to new replies.