Tried To Remove Sidebar Welcome Background Top BG & Permanently Lost Formatting
Hi!
This was the last thing that I was going to try with my V.3.0.5.4 site that I have been building. I was happy but, lets see if we could get a white or solid color for the log-in sidebar as I have seen this with some other sites.
I simply added a new statement under the 'content' section in the main css:
Code:
.content_res .shadowblocklog { height:130px; padding:8px 15px 5px; background:#fff url(http://cdn.appthemes.com/forum/images/block_topbg.gif)
repeat-x top; border:1px solid #fff; -khtml-border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius:
6px; border-radius: 6px; }
This is identical to the '.content_res .shadowblockdir' used for the carousel.
I then changed line 14 in the 'sidebar.php' file to
Code:
<div class="shadowblocklog"
from the original
Code:
<div class="shadowblock"
This did work to eliminate the top BG image and all other formatting.
The problem is that when I removed the css statement and changed the 'sidebar.php' line 14 back to the original, the formatting was still gone.
As I had it fix another problem, I went back to my original V.3.0.5.4 Zipo file and unzipped the sidebar.php and sidebar-user.php (I thought I might have unintentionally done something toi it) and replaced both of these files with the 'stock' code. Still, no formatting. I am not aware of having made any other changes.
It may have been a 'ham handed' idea (and likely was) but I didn't see any harm in testing it. Now the question is can anyone here tell me how to get it back? Its sort of ugly now and I don't really have a clue as of now as to how to fix it! How to do this correctly would also be interesting.
Picture of the problem:
Welcome After.jpg
The site is
http://www.73.biz.
Thanks!