Link Color Problem / Titles Problem / and search problem
2 posters
Page 1 of 1
Link Color Problem / Titles Problem / and search problem
I tried to take pictures of what all I'm about to talk about but in the case that the pictures fail to help, the forum url is
http://weighstationforum.forummotion.com/index.htm
1st question

https://i.servimg.com/u/f60/14/90/27/65/link_c10.png
Welcome to the site - Should be white
Welcome to the Forum - should be a darker blue color
Moderator, Assistant - color coordinated with their groups color
When trying to make the welcome to the site white, it changes all the links to white, and it goes the same for blue. I was wondering if their was anything I could add to the css that would allow me to make them out to be what I want them to be?
2nd question

https://i.servimg.com/u/f60/14/90/27/65/indent10.png
Is their anyway to indent them, so that they are not so close to the edge, maybe one or two spaces?
also, is their a way to change the color of the whose online bar from orange to blue without changing the others.
3rd question

https://i.servimg.com/u/f60/14/90/27/65/untitl12.png
is their anyway that I can incorporate a search bar like this on my forum?
I apologize for all the questions, I just cant seem to figure this out =/
http://weighstationforum.forummotion.com/index.htm
1st question

https://i.servimg.com/u/f60/14/90/27/65/link_c10.png
Welcome to the site - Should be white
Welcome to the Forum - should be a darker blue color
Moderator, Assistant - color coordinated with their groups color
When trying to make the welcome to the site white, it changes all the links to white, and it goes the same for blue. I was wondering if their was anything I could add to the css that would allow me to make them out to be what I want them to be?
2nd question

https://i.servimg.com/u/f60/14/90/27/65/indent10.png
Is their anyway to indent them, so that they are not so close to the edge, maybe one or two spaces?
also, is their a way to change the color of the whose online bar from orange to blue without changing the others.
3rd question

https://i.servimg.com/u/f60/14/90/27/65/untitl12.png
is their anyway that I can incorporate a search bar like this on my forum?
I apologize for all the questions, I just cant seem to figure this out =/
EpicMilz- New Member
- Posts : 17
Reputation : 0
Language : English
Re: Link Color Problem / Titles Problem / and search problem
Hello,
1) To change colors of titles and links, navigate to Admin CP > Display > Colors > CSS. Add these codes there and submit...
2) To apply indention to the title...
3) To create a custom google search, see this..
http://www.google.com/cse/
1) To change colors of titles and links, navigate to Admin CP > Display > Colors > CSS. Add these codes there and submit...
- Code:
h2.hierarchy span a , .catHead a {
color : #FFF;
}
a.forumlink {
color : darkblue;
}
2) To apply indention to the title...
- Code:
h2.hierarchy , .catHead {
padding : 10px;
}
3) To create a custom google search, see this..
http://www.google.com/cse/
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
EpicMilz- New Member
- Posts : 17
Reputation : 0
Language : English
Re: Link Color Problem / Titles Problem / and search problem
To change color, you can go to Admin CP > Display > Colors but first you have to remove the background image added to it via Admin CP > Display > Pics Management
To fix the bug, please replace this code...
with this one...
To fix the bug, please replace this code...
- Code:
h2.hierarchy , .catHead {
padding : 10px;
}
with this one...
- Code:
h2.hierarchy {
padding : 10px;
}
.catHead {
padding-left : 10px;
}
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Link Color Problem / Titles Problem / and search problem
wow dude, thank you so much, your a life saver =)
is their anything I can do to repay ya?
also, Im guessing .catHead is the "Who is online", and What I wanna do is take the blue from the Title "Bar" and put it in the who is online section, kinda make it more appealing. Ill tinker around with this. Gotta learn somehow
is their anything I can do to repay ya?
also, Im guessing .catHead is the "Who is online", and What I wanna do is take the blue from the Title "Bar" and put it in the who is online section, kinda make it more appealing. Ill tinker around with this. Gotta learn somehow
EpicMilz- New Member
- Posts : 17
Reputation : 0
Language : English
Re: Link Color Problem / Titles Problem / and search problem
You want the blue bar on Who is online line?
This code can do it...
This code can do it...
- Code:
.catHead {
border : none !important;
background : url(http://i67.servimg.com/u/f67/15/27/28/37/blue10.png) repeat !important;
}
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Link Color Problem / Titles Problem / and search problem
well hell dude.. your like a wizard!
I wish i knew some more about this coding.. I'm just learning, I changed my field of Network Security to web design.. so I got alot of work to do.. =/
on a personal note, what do you think about the forum?
I wish i knew some more about this coding.. I'm just learning, I changed my field of Network Security to web design.. so I got alot of work to do.. =/
on a personal note, what do you think about the forum?
EpicMilz- New Member
- Posts : 17
Reputation : 0
Language : English
Re: Link Color Problem / Titles Problem / and search problem
Well, your forum looks simple yet attractive. I really like the simplicity of the design. My forum looks simple as well 
You just need to generate some activity on your forum and it will look even more beautiful
Looks like the topic is solved, so I'll lock it.
Solved > Locked

You just need to generate some activity on your forum and it will look even more beautiful

Looks like the topic is solved, so I'll lock it.
Solved > Locked
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

» Color Link Problem
» Search Box Link Color
» Overlapping problem and Color problem
» Spacing Problem and color problem
» Titles problem
» Search Box Link Color
» Overlapping problem and Color problem
» Spacing Problem and color problem
» Titles problem
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum