Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Colours of buttons make them unreadable.

  • @laura09

    Participant

    Hello,

    The accept/deny friendship buttons and create a group button are unreadable with the colours they are set at. They just look like white boxes with a grey outline. Does anyone know how I can change this?

    Any help would be much appreciated!

Viewing 9 replies - 1 through 9 (of 9 total)
  • @mercime

    Participant

    @laura09 BP enqueues styles which are as minimal as possible so that your theme’s styles could supersede those. There are cases where they don’t. Site url? We’d need to see the issue so we can help you.

    @laura09

    Participant

    Thanks @mercime the url is herblogforum.com (it is still a work in progress).

    Very grateful for any help 🙂

    @laura09

    Participant

    My problem is most visible on the “activity” page.

    @mercime

    Participant

    @laura09 try adding the following to your theme’s stylesheet

    #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 {
    color: #000;
    font-size: 1rem;
    }

    if it doesn’t work, please provide a throw-away username and password so we could log in.

    @laura09

    Participant

    Hi @mercime, I couldn’t get it to work so I have created a throw-away username and password

    Username: BPhelp
    Password: Jbslc23
    Website login

    Thank you very much for your help.

    @danbp

    Participant

    Try this

    #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;
    }

    @laura09

    Participant

    Thanks @danbp I will give that a go.

    @laura09

    Participant

    Yay!!! its perfect, thank you @danbp.

    @danbp

    Participant

    Ur welcome, glad you got it ! 😉

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Resolved] Colours of buttons make them unreadable.’ is closed to new replies.
Skip to toolbar