2
hey!
again look into css file. Look closer into line 108
.even
{
background-color: #04434f;color: #ffffff;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
}
And again red code. It may look like this:
background:#transparent;
Personally I'll do that:
1. Clone your default template set (
link)
2. In Preferences / general settings find list "Default template set*". And set cloned templates.
3. In Preferences / general settings Set "Check templates for modifications ?" to YES.
4. Go into first link, then chose templates for MyAlbum
5. Then edit "myalbum_index.html" template like this one:
<{strip}> <table width="100%" cellspacing="0"> <tr> <td> <{include file="db:myalbum_categories.html"}> <hr /> <form name='cid_select' action='<{$mod_url}>/viewcat.php' method='GET' style='margin:0px;text-align:center;'> <select name='cid' onchange='submit();'> <option value=''><{$lang_directcatsel}>option> <{$category_options}> select> <{$photo_global_sum}> <{if $lang_add_photo}><a href="submit.php"><{$lang_add_photo}><img src="<{$mod_url}>/images/pictadd.gif" border="0" alt="<{$lang_add_photo}>" title="<{$lang_add_photo}>" />a><{/if}> form> td> tr> table> <br /> <table width="100%" cellspacing="0"> <tr> <td align="left"> <h4><{$lang_latest_list}>h4> <{if $photonavdisp }> <table border='0' cellpadding='0' cellspacing='0' width='100%'> <tr> <td align='left'> <{$photonavinfo}> td> <td align='right'> <{$photonav}> td> tr> table> <hr /> <{/if}> <table width='100%' cellspacing='0' cellpadding='10' border='0'> <{foreach from=$photos item=photo}> <{include file="db:myalbum_photo_in_list.html"}> <{/foreach}> table> <{if $photonavdisp }> <hr /> <table border='0' cellpadding='0' cellspacing='0' width='100%'> <tr> <td align='left'> <{$photonavinfo}> td> <td align='right'> <{$photonav}> td> tr> table> <{/if}> td> tr> table> <br /> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td align="center"> <br /> <{include file='db:system_notification_select.html'}> <br /> <{include file="db:myalbum_footer.html"}> td> tr> table> <{/strip}>
6. Save. And U shall see effects on your site.
7. If not go into your xoops_data folder and clear cache folders.