Buddypress – New Problem

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #19392
    wpcoach
    Participant

    Hi,
    you helped me today. The following code has eliminated the problem. Thanks.

    #buddypress div.activity-meta a.button {
       background: #000;
    }

    Now is not yet visible, another button in the BuddyPress activity. What code do I need to add to the Custom CSS in order to eliminate this problem? Please help. Thanks.
    Regards

    #19419
    Veena
    Moderator

    What is the exact issue?
    Can you share a link to the page?
    The temp login details which you have shared in the other thread is not working it seems .

    #19422
    wpcoach
    Participant
    This reply has been marked as private.
    #19450
    Veena
    Moderator

    Pls use the below custom CSS –

    #buddypress #whats-new-submit input[type=submit] {
        background-color: #4184bf;
    }
    
    #19454
    wpcoach
    Participant
    This reply has been marked as private.
    #19469
    Veena
    Moderator

    You can use the below custom CSS –

    input.wpProQuiz_button2 {
        background-color: #4184bf !important;
    }
    
    #19471
    wpcoach
    Participant

    Thank you very very much. Your support is fantastic!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Buddypress – New Problem’ is closed to new replies.