BuddyBoss Home – Web Support Forums Solutions Social Learner Links not showing up

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

    #60266
    @rasmusse1

    I have been changing the color styling for my website and now the text isn’t showing up in the drop down box for a users profile. I have attached an image. Is there any css I can put into my custom css child theme to fix this?

    Answers

    #60288

    Anonymous
    @

    Hi @rasmusse1, Please add this css code inside your boss theme’s custom css option

    
    .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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Links not showing up’ is closed to new replies.