-
Author
-
May 26, 2014 at 06:57 #18800ahcParticipant
Hi,
On the Forums page, how can I change the forum list header text color? I would like he column headers FORUM TOPICS POSTS FRESHNESS to have darker colors, I can’t set it anywhere in the Theme option->Styling options.
Thanks
May 26, 2014 at 16:22 #18828sharmstrModeratorYou need to add it to your kleo-child’s style.css
COPY CODEa.bbp-forum-title { color: #ca0000 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 26, 2014 at 16:24 #18830sharmstrModeratorSorry, that was for the titles. Here’s the column headers
COPY CODE#bbpress-forums li.bbp-header li.bbp-forum-info, #bbpress-forums li.bbp-header li.bbp-forum-topic-count, #bbpress-forums li.bbp-header li.bbp-forum-reply-count, #bbpress-forums li.bbp-header li.bbp-forum-freshness { color: #000; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 26, 2014 at 16:31 #18831ahcParticipantThis changes the color of the forum title. I want to change the table header.
May 26, 2014 at 16:54 #18833sharmstrModeratorI realized that right after I posted it and provided the css code for the header. You should be set now. Let me know if you still have problems with it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 26, 2014 at 16:58 #18834ahcParticipantThanks very much. That does the trick. The last thing is the color of the actual content in the freshness column, don’t seem to be able to change in the styling options, please let me know.
CheersMay 26, 2014 at 17:12 #18835sharmstrModeratorIts set in bbpress.css with !important. You’ll have to copy that entire file to child theme and make the change or figure out a way to override it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 31, 2014 at 00:28 #19125AbeKeymasterThank you @sharmstr for your answers.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘Forum list header color’ is closed to new replies.