BuddyBoss Home – Web Support Forums Themes Boss. theme Pop Menu Sub Menu BEFORE

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

    #39944
    @kference

    I’m having the hardest time locating the CSS that will let me change the color of the white “diamond” you see in the screenshot I’ve attached. Either I’m not customizing the right CSS or the CSS I’m customizing is being ignored.

    Any help would be greatly appreciated.

    Answers

    #40055

    Alyssa
    Participant
    @alyssa-buddyboss

    @kference It’s actually a rotated square 🙂
    .header-account-login .pop .bp_components .menupop:not(#wp-admin-bar-my-account) > .ab-sub-wrapper:before, .header-account-login .pop .links li > .sub-menu:before{color:black;}
    If that does not work try this instead:
    div.ab-sub-wrapper:before{color:black;}
    Located in main-desktop.css:631

    #40057
    @kference

    Yeah, I figured that which is why I put diamond in quotes. I even tried to pick out anything with a rotate setting in CSS but just couldn’t get it to respond.

    Thank you VERY much for the help!! =)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Pop Menu Sub Menu BEFORE’ is closed to new replies.