• Page 1 of 1
  • 1
uCoz Community » uCoz Modules » Page Editor » Moving/Removing buttons on the main page
Moving/Removing buttons on the main page
Stratarchis
Posts: 14
Reputation: 0

Message # 1 | 10:29 AM
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
Unique
Posts: 421
Reputation: 35

Message # 2 | 10:36 AM
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.

Stratarchis
Posts: 14
Reputation: 0

Message # 3 | 10:52 AM
It's #786

Added (2012-06-21, 4:52 AM)
---------------------------------------------
Actually I seem to have found the right part of the css. Now I just need to make it appear right. I will give you a headsup if I can't figure it out.

Unique
Posts: 421
Reputation: 35

Message # 4 | 10:57 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;}

uCoz Community » uCoz Modules » Page Editor » Moving/Removing buttons on the main page
  • Page 1 of 1
  • 1
Search: