i need to get css code of bbpress

Posted in: Newspaper
Post count: 30


hi, i want to change buttons color. ttps://wp.me/P5FCRd-cBX
i want to make them black background button and white fonts.
but it comes with tabindex simbols. i need to get help. please

Post count: 20688

Hi,

Use a code like this to fix the margin bottom of the button, and also color them black with white icons
https://www.screencast.com/t/iCi9oVdmhT
Enter the code in Theme panel->Custom CSS

#bbpress-forums .mce-toolbar .mce-btn button {
margin-bottom: 0;
}
#bbpress-forums button {
background: none black;
}
#bbpress-forums .mce-toolbar .mce-ico {
color: white;
}

Post count: 30

its great! thank you.

Post count: 30

also i want to change css of related post. ttps://wp.me/p5FCRd-j0L


so far it comes in a hover pink as ##ff3399. i want to make them color called #7e7e7e.

Post count: 20688

That would mean that the theme accent color is pink, this setting in the theme panel affects multiple website elements
https://www.screencast.com/t/Ujd7u136ezN
If you want to keep the pink color as accent color and change only elements in the Related articles, please provide some more details about what exactly you want to customize in that section.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.