>>
Site Map
>>
Forums
>>
Blocks 7x
Forum module - topics in forum:
Blocks 7x - Discussions regarding PHP-Nuke Blocks. 7x
Help with changing Block's Title colors
Hi I have just installed phpNuke and I can't seem to find how I can change the color of my blocks' titles. I set a default theme (SlashOcean) and I can't find where to edit the colors of the titles. Is there a file I have to edit? Can someone hint me out please?
Regards
Syl
themes/SlashOcean/style/style.css
| Code: : |
| .boxtitle {BACKGROUND: none; COLOR: #363636; FONT-SIZE: 11px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none} |
EDIT: Forget that, it seems to make absolutely no difference on this theme what you change it to, god knows why. 
In this function down the bottom of theme.php ...
function themesidebox($title, $content) {
You can change the font color there.
No you wont, I tried there also.
This theme is weird. 
Got it
I t worked Alex
I found out why it wouldn't change dar63, there seemed to be an error in the color definition. The original theme is written
<td><font color=\"#FFFFFF\"B><?php echo"$title"; ?></B></font></td>
the \ are what prevents the color from being changed
thanks guys!
Yep, rather strangely coded that theme.
