>>
Site Map
>>
Forums
>>
Themes
Forum module - topics in forum:
Themes - Theme discussion only, Have a theme you made wanna share it. you can post a link to it here or ask questions on making themes and theme issues.
Xeta Theme issue
ok i am using the Xeta theme on phpnuke 7.6 patched. on the home page where news is posted, above each article, it says NOTICIAS. how do i get rid of that? thanks for the help!
Here I come to save the DAYYYY!
No seriously open the story_home.html file and find:
| Code: : |
| <font color="#FFFFFF" face="Lucida Blackletter" size="5">NOTICIAS</font><table width="100%" border="0" cellspacing="0" cellpadding="7"> |
Change it to:
| Code: : |
| <font color="#FFFFFF" face="Lucida Blackletter" size="5">NEWS</font><table width="100%" border="0" cellspacing="0" cellpadding="7"> |
[/code]
You can probably just delete this part:
| Code: : |
| <font color="#FFFFFF" face="Lucida Blackletter" size="5">NEWS</font> |
But Ill be honest with you I didn't test it so I don't know if deleting that line will mess up the look of the theme or not.