gerikg, I can help you with these questions easier if you post them on the plugin page for they are related.
in bb-signatures you can simulate an HR by changing the border-top
in the CSS
go into the admin menu plugins->signatures and look down in the CSS area and change border-top:1px solid #aaa;
to whatever you’d like. If you want it thicker, make 1px, 2px or more. If you want a different color, change the #aaa to any other color.
I’ve changed it to
border-top:10px solid #ffffff;
(I know 10 is extreme but it to see where it shows)
Nothing happens though. I have dark grey background.
I’m not using BBpress’ header.
I suspect this is the the same problem as you or someone else had with a non-standard template with bbpress.
Make sure in your header.php
template that you have
<?php bb_head(); ?>
just before the
</head>
or bbPress plugins won’t work properly (like you are seeing now)
It was me the last time. The problem with adding
<?php bb_head(); ?>
is that you get this when you visit the main site which is wordpress.
Fatal error: Call to undefined function: bb_head() in /homepages/0/d188981313/htdocs/kiaspeed2/wordpress/wp-content/themes/colorimetry/header.php on line 10