The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Link Color Problem / Titles Problem / and search problem

2 posters

Go down

Solved Link Color Problem / Titles Problem / and search problem

Post by EpicMilz June 19th 2010, 12:12 am

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
Link Color Problem / Titles Problem / and search problem Link_c10
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
Link Color Problem / Titles Problem / and search problem Indent10
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
Link Color Problem / Titles Problem / and search problem Untitl12
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 =/
avatar
EpicMilz
New Member

Posts : 17
Reputation : 0
Language : English

Back to top Go down

Solved Re: Link Color Problem / Titles Problem / and search problem

Post by ankillien June 19th 2010, 6:11 am

Hello,

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
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Link Color Problem / Titles Problem / and search problem

Post by EpicMilz June 19th 2010, 10:31 pm

The first code fixed the color and link problem, thanks so much.. but the 2nd code for the indent caused a new one.

Link Color Problem / Titles Problem / and search problem Extra_10

It added the a extra orange line, is their anyway to get ride of that, and or change it to a different color.
avatar
EpicMilz
New Member

Posts : 17
Reputation : 0
Language : English

Back to top Go down

Solved Re: Link Color Problem / Titles Problem / and search problem

Post by ankillien June 20th 2010, 4:20 am

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...

Code:
h2.hierarchy , .catHead {
padding : 10px;
}

with this one...

Code:
h2.hierarchy {
padding : 10px;
}
.catHead {
padding-left : 10px;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Link Color Problem / Titles Problem / and search problem

Post by EpicMilz June 20th 2010, 7:48 am

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
avatar
EpicMilz
New Member

Posts : 17
Reputation : 0
Language : English

Back to top Go down

Solved Re: Link Color Problem / Titles Problem / and search problem

Post by ankillien June 20th 2010, 8:03 am

You want the blue bar on Who is online line?
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
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Link Color Problem / Titles Problem / and search problem

Post by EpicMilz June 20th 2010, 8:21 am

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?
avatar
EpicMilz
New Member

Posts : 17
Reputation : 0
Language : English

Back to top Go down

Solved Re: Link Color Problem / Titles Problem / and search problem

Post by ankillien June 20th 2010, 1:43 pm

Well, your forum looks simple yet attractive. I really like the simplicity of the design. My forum looks simple as well Razz

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

Looks like the topic is solved, so I'll lock it.

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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