bbPress Signatures
-
bbPress Signatures:
i tried to change the bb-attachments.php and the line:
‘.signature {clear:both;border-top:1px solid #222; font-size:85%; color:#777;padding:1em;}’ <
the font-size:0.87em;but the changes wont show in main page. if i check via the chrome developer tool i see this when i target the div:
.signature {
padding: 1em;
border-top: 1px solid #CCC;
font-size: 0.87em;
color: #444;
its unchanged even after i changed the php file. do you know if i need to update some other file? cant see anything in the style.css file atleast.
cheers
- You must be logged in to reply to this topic.