It is in
Dashboard>settings>bbp style pack>Topics Index Styling> no. 5 & 6 template notice and background color
bbpress uses a common class for this and your area.
-
This reply was modified 9 years, 3 months ago by
Robin W.
Thread Starter
BenDov
(@bendov)
Hi Robin
I changed the hex for 6 as you suggest. Unfortunately nothing changes.
Thanks for your help
Jeremy
ok, may be your theme doing some code.
Try putting this in the custom css tab of my plugin
#bbpress-forums .bbp-template-notice {
background-color: #dd9933 !important;
}
just change the hex to what color you want
Thread Starter
BenDov
(@bendov)
Thanks Robin
I put the above in your css tab. Nothing changed. Any other thoughts. Feels like we are almost there
Jeremy
I will need a link to your site – only has to be to forums where the ‘This forum contains’ notice is.
If your website is private, please contact me via my website
http://www.rewweb.co.uk
div.bbp-template-notice, div.indicator-hint {
background-color: #dd9933 !important;
}
Thread Starter
BenDov
(@bendov)
I have added the css in as many places as I can think of to no change. Where exactly should I add it?
I really appreciate your help in this
Thread Starter
BenDov
(@bendov)
Including your style pack
Ok, your theme is being too clever and tries to compress and combine css files. It is failing to do mine, so no changes are taking effect – it may well be that the theme changes are overwriting mine, or just being ignored
However if you go to
Dashboard>buddy>boss theme>custom codes
You will see that I have added
#bbpress-forums .bbp-template-notice {
background-color: blue !important;
}
Into the css space, changing the box to blue
You can change and save that to whatever color you wish.
You should also remove
// Removes showing results
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_result_count’, 20 );
that follows it – this is not css code and should be in a functions file. Left here it will at best do no good, and stop any code coming after it functioning which if you had tried the code would be why it was failing. You should remove it having copied it to a text file and saved it in case you want it later.
Regards
Robin
Thread Starter
BenDov
(@bendov)
Many many thanks for your time, effort and advice. It works. 🙂 I would like to make a donation for your effort. Can you point me in the right direction?
Jeremy Smith
Jeremy, thanks, glad you are working
Donations always gratefully received donate via
http://www.rewweb.co.uk/
and choose the appropriate currency
Regards
Robin