Background color is different from the default color
-
My website URI is https://www.theparadigmshiftgroup.com. My theme is Quest by Pace Themes. I am using bbPress for the forum.
I have set my global background color to black (#000000) and text colors to white (#ffffff). Other color options were set accordingly to maintain the contrast. But this is not working in these cases –
1. any topic view (e.g. https://www.theparadigmshiftgroup.com/forums/forums/topic/why-some-animals-do-not-have-any-gall-bladder/) – there is actually a whole paragraph of text in that white area.
2. forum list page (e.g. https://www.theparadigmshiftgroup.com/forums/all-forums/) – you can find the alternate black and white stripes in the forum list.I have tried all customization option but nothing changed the color. Finally I decided to ask this community for a solution.
One of the moderators of this forum previously advised me to use this CSS –
html #bbpress-forums ul.bbp-lead-topic,
html #bbpress-forums ul.bbp-topics,
html #bbpress-forums ul.bbp-forums,
html #bbpress-forums ul.bbp-replies,
html #bbpress-forums ul.bbp-search-results,
html #bbpress-forums li.bbp-body ul.forum,
html #bbpress-forums li.bbp-body ul.topic {
border: 0;
}html #bbpress-forums li.bbp-header,
html #bbpress-forums li.bbp-footer,
html #bbpress-forums div.odd,
html #bbpress-forums ul.odd {
background: none;
}But it didn’t resolve the problem. Please help!
- The topic ‘Background color is different from the default color’ is closed to new replies.