@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.
Thanks @mercime the url is herblogforum.com (it is still a work in progress).
Very grateful for any help 🙂
My problem is most visible on the “activity” page.
@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.
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.
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;
}
Thanks @danbp I will give that a go.
Yay!!! its perfect, thank you @danbp.
Ur welcome, glad you got it ! 😉