|
uCoz Community uCoz Modules Page Editor Moving/Removing buttons on the main page |
Moving/Removing buttons on the main page |
Hey guys, I want to edit some buttons on my front page.
http://ravens.ucoz.com/ The red buttons on top for login/profile/rss etc. I want to remove the red parts, leaving only the white text, and if possible, to move it to the left side of the page, lining it up with the search box. I have tried messing around in the css, but nothing seems to do the trick. Can you help me out? - Archistratege |
Stratarchis, I guess you need to modify the top part of the site, in design customization.
What's your design number? Post here in code tag, top part of site. ExtraCafe.rs, we're the best !
|
It's #786
Added (2012-06-21, 4:52 AM) |
Stratarchis, go to your main CSS. Find this:
Quote .usermenu {float: right;margin: 32px 45px 0 0;} -------------------------- span.tm-left {background: url(/.s/t/786/7.png);width: 9px;} span.tm-mid {background: url(/.s/t/786/8.png);} span.tm-right {background: url(/.s/t/786/9.png);width: 14px;} Change it with: Quote .usermenu {float: left;margin: 70px 40px 0 0;} -------------------------- span.tm-left {background: url();width: 9px;} span.tm-mid {background: url();} span.tm-right {background: url();width: 14px;} ExtraCafe.rs, we're the best !
|
| |||
| |||