• i fell in love with this awesome theme, but i have some issues with my buddypress.

    the buttons are very strange in my buddypress, they have a white backround and white text with shadow and i can hardly read what they do.

    My quess is that its somekind of css issue, but i cant figure out what code to write in the custom css

    here is a picture, its the white buttons there is the problem
    http://i.gyazo.com/12578b0a9a2c08d94d6502fa11d2236a.png

    please help me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fister123

    (@fister123)

    Thread Starter fister123

    (@fister123)

    I found a solution for this:-)

    i added these codes to custom css

    #buddypress .comment-reply-link, #buddypress a.button, #buddypress button, #buddypress div.generic-button a, #buddypress input[type=button], #buddypress input[type=reset], #buddypress input[type=submit], #buddypress ul.button-nav li a, a.bp-title-button {
    background-color: #ccc;
    color: #fff;
    font-size: 1rem;
    }

    and it did the trick 🙂

    i found another problem with this theme and buddypress, the Create group button is displaying both in the header text, and in the breadcrumbs, and the one that is displayed in the header text is looking very strange, so i like to remove it.

    Does anyone know how this is done ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘issues with buddypress/evolve’ is closed to new replies.