WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

Syfte

Syfte
Registered Member
Registered Member
Hey Smile
Move "Topics", Remove "Moderators and "Legend" Help310
1) Can I move "Topics" (outlined in red) a few pixels to the right? How?
2) How can I remove "Moderators" (outlined in blue), if I can?
3) How can I remove the legend SPECIFICALLY for the topics page? I want it to stay on the index.

Thanks again Smile



Last edited by Syfte on Thu Nov 11, 2010 5:27 am; edited 1 time in total

http://www.spotfeed.net

ankillien

ankillien
Administrator
Administrator
1) This code will move the "Topics" bit...

Code:
.header .icon  {
margin-left: 20px !important;
}

2 & 3) This code would do it...

Code:
#info_open , .ul-icons {
display:none;
}

There is no proper way to remove those two things. This code will remove it but it will be buggy.

Guest


Guest
Try this for the legend:
Code:
div#info_open + div.h3 , div#info_open + div.h3 + div.clearfix {display:none;}
And try this for the moderators:
Code:
div#info_open > :first-child , div#info_open > :first-child + p {display:none;}
I know neither will work with IE6, and the second rule may not work with IE7.

Guest


Guest
3. ACP - General - Messages & Emails - Configuration - Display the caption of the posts status : No

Syfte

Syfte
Registered Member
Registered Member
Code:
.header .icon  {
margin-left: 20px !important;
}
That worked, thanks again ankillien Smile

Code:
div#info_open + div.h3 , div#info_open + div.h3 + div.clearfix {display:none;}
[code]div#info_open > :first-child , div#info_open > :first-child + p {display:none;}[code]
Those two worked a charm Very Happy Thanks.
___________________________

Gangstar: that worked, but also removed the legend on the forum index.

Btw I cited Webartz for help, is that k?

http://www.spotfeed.net

Sanket

Sanket
Administrator
Administrator
Yep its good. thanks.

Thread Locked | Solved

http://www.webartzforum.com

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum