Free and Premium WordPress Plugins & Themes Forums WordPress Themes Emmet Keep bbPress Closed Topics from being Grayed Out
- This topic has 5 replies, 2 voices, and was last updated 7 years, 1 month ago by J. Davis.
- AuthorPosts
- September 4, 2017 at 3:09 am #566169MinaGuest
Hi there.
I’m testing your theme for my site because I need one that works really well with bbPress/BuddyPress. I’m very impressed with what I’ve worked out so far, however I’ve run into an issue I’m hoping you can help with.
I need to keep closed Forum topics from being grayed-out.
The typical fix for this from bbPress is to add the following css to bbpress.css, which looks to me to be emmet-bbpress.css but it’s not working for me.
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #aaa !important;
}Can you assist?
Thank you in advance.
Mina:)September 4, 2017 at 12:21 pm #566313J. DavisKeymasterHi Mina,
I’ve just tried to add this code to Appearance>Customize>Additional CSS and it worked. Please try it.
Best regards,
John- This reply was modified 7 years, 2 months ago by J. Davis.
September 4, 2017 at 10:32 pm #566571MinaGuestHi John,
Thanks for the reply. I added the code to the Appearance>Customize>Additional CSS.This is literally all that is there:
/*
You can add your own CSS here.Click the help icon above to learn more.
*/#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #aaa !important;
}However, the topic still grayed out once I closed the topic.
Is there something else I would need to add to this area?Thank you,
Mina:)September 5, 2017 at 1:58 pm #566714J. DavisKeymasterHi Mina,
Probably you are confused because there is used grey color code in your style – #aaa. Please try to use another color code to ‘ungrey’ it. e.g. #000 it would be dark color#bbpress-forums .status-closed, #bbpress-forums .status-closed a { color: #000 !important; }
Best regards,
JohnOctober 8, 2017 at 6:27 am #584028MinaGuestHi John,
Sorry for the late reply, but thank you very much for your response.
That was exactly it! It makes me want to smack my forehead, but sometimes a second set of eyes to see what’s in front of you is exactly it. Again, I appreciate it!Mina:)
October 9, 2017 at 9:09 am #584332J. DavisKeymasterHi Mina,
I’m happy to hear that it works) Thank you for your feedback and have a nice day.
Best regards,
John - AuthorPosts
- You must be logged in to reply to this topic.