Totally agree with your last sentence, totally pointless! But thanks I will start looking for those codes! Thanks so much!
Quote:
Originally Posted by Mooff
Template edit for every widget where you want to remove that picture.
Templates are called vbcms_widget_ and so on.
For example the calendar widget, find:
Code:
<div class="cms_widget_header">
<h3><img src="{vb:stylevar imgdir_misc}/event.png" alt="" /> {vb:raw widget_title}</h3>
</div>
remove this code:
Code:
<img src="{vb:stylevar imgdir_misc}/event.png" alt="" />
P.S.: I have no idea why the vb4 design team thought it would make any sense to show the users what widget is a html widget and what widget is a php widget. Really, no idea at all.
|
--------------- Added [DATE]1311601255[/DATE] at [TIME]1311601255[/TIME] ---------------
Do you know if it is possible to delete the widget title from appearing in the website as well? Thanks!