753 Posts in 312 Topics by 289 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1113 Views |
-
Remove Title SubscribeRSSWidget

12 March 2010 at 2:21am
Hello Folks, I like to remove the title from the SubscribeRSSWidget. I have copied the WidgetHolder.ss file to themes/yourtheme/templates folder and add in the changed html.
<div class="WidgetHolder">
<% if Title = SubscribeRSSWidget %>
<% else %>
<h3>$Title</h3>
<% end_if %>
$Content
</div>but with no success. Can somebody help!!
Cheers, Jeroen
-
Re: Remove Title SubscribeRSSWidget

12 March 2010 at 3:37pm
<% if Title = SubscribeRSSWidget %>
Perhaps you want to try ClassName = SubscribeRSSWidget rather than title.
| 1113 Views | ||
|
Page:
1
|
Go to Top |


