PDA

View Full Version : Few changes in forum colouring (bar / font) - help!


saku
07-11-2011, 07:12 AM
Hello

www.ugbettingforum.com

I have just changed header and colours but what I want now is:

1 sections names are in orange and when I point them are black. I want them to be black and when I point them to be orange

2 same with threads fonts

3 "what's new" bar turn into orange from blue

4 black font also on those orange bars (Open forum, etc...)

Looking forward for all advices

Cheers

saku

Jeff Ledger
07-11-2011, 07:21 AM
1 sections names are in orange and when I point them are black. I want them to be black and when I point them to be orange
2 same with threads fonts

Stylevars, link color and link hover color

4 black font also on those orange bars (Open forum, etc...)

3 "what's new" bar turn into orange from blue

What's excatly part of bar ?

Jeff

Stylevars, Forumhead Color

saku
07-11-2011, 11:45 AM
Stylevars, link color and link hover color

What's excatly part of bar ?

Jeff


- orange bar with "Open forum" , "Expert forum picks" - change font into black

- Forum "What's new" bar has blue line. I want this line to be orange

Jeff Ledger
07-11-2011, 12:31 PM
orange bar with "Open forum" , "Expert forum picks" - change font into black

Stylevars, Forumhead Color

Forum "What's new" bar has blue line. I want this line to be orange

Stylevars navtabs_border navtabs_bevels

saku
07-11-2011, 06:47 PM
Thank you Jeff

Few other querries:

1. bar at the bottom: * Contact Us etc... - also orange from blue

2. subtitles: such as - * Forum Underground sports betting forum - real insiders Welcome to the Underground sports betting forum - real insiders. - are grey. I wan't to make them white

3. section description on the black background - - such as "Insider betting picks" - how to make font white?

4. When I wan't to post new thread or reply - background is black. I wan't to make it white

Cheers

saku

saku
07-13-2011, 06:33 PM
Any update?

saku
07-16-2011, 08:02 AM
To the top

setishock
07-17-2011, 11:00 PM
First thing you need to do is fix the copyright text color. If you don't have a branding free version the copyright must be plainly visable. Only part of yours is a ghostly vbulletin link.
See attachments.

saku
07-29-2011, 05:28 PM
First thing you need to do is fix the copyright text color. If you don't have a branding free version the copyright must be plainly visable. Only part of yours is a ghostly vbulletin link.
See attachments.

Done - thank you.

What about those querries:

1. bar at the bottom: * Contact Us etc... - also orange from blue

2. subtitles: such as - * Forum Underground sports betting forum - real insiders Welcome to the Underground sports betting forum - real insiders. - are grey. I wan't to make them white

3. section description on the black background - - such as "Insider betting picks" - how to make font white?

4. When I wan't to post new thread or reply - background is black. I wan't to make it white

Cheers

saku

saku
07-30-2011, 05:41 PM
To The Top!

saku
08-04-2011, 07:01 AM
Anyone willing to help?

saku
08-06-2011, 09:21 AM
Any tutorial online?

saku
08-15-2011, 07:27 PM
http://img98.imageshack.us/img98/5599/forum1d.jpg

1. As you can see this dark font is badly visible(on the black background). I wan't to make this font white.

http://img684.imageshack.us/img684/9435/forum2wb.jpg

2. Black background makes problems with posting new messages (not clear options) I want to make it more clear

http://img829.imageshack.us/img829/2231/forum3bs.jpg

3. As you can see... I want to change this too

Cheers

setishock
08-16-2011, 05:04 AM
Where did you get this theme?

saku
08-16-2011, 08:21 AM
My friend made this. But then I wanted to change few things and thats the effect...

setishock
08-17-2011, 09:44 AM
Ok remember where you changed the copyright text color? Same section has the bottom bar called the footer, controls. Footer_background is what you're looking for. Click on the little color tab. Pick the color you want then click save. You're done with that one.
Moving right along...
Subtitles? From the description and the image that's the breadcrumbs. They're links and as such have to be handled differently from regular text. You can use the links stylevars but you'll change the color of links all over the forum. You have to attack those directly using a css edit.
Put this code in the additional.css then click save and reload.

/* Makes the text in the breadcrumbs white */
.breadcrumb .navbit > a, .breadcrumb .lastnavbit > span {
color: white;
}

/* Makes breadcrumbs hover color red */
.breadcrumb .navbit a:hover {
color: red;
}

Ok done with that.
Next one I have no clue. You tell me and we'll both know.
Text editor background? If your forum is above 4.1.2 then you have the ckeditor and some one with that will have to tell you what to do. I'm on 4.1.2 and don't have that.

Now please stop bumping this thread.

saku
08-17-2011, 05:24 PM
Subtitles? From the description and the image that's the breadcrumbs. They're links and as such have to be handled differently from regular text. You can use the links stylevars but you'll change the color of links all over the forum. You have to attack those directly using a css edit.
Put this code in the additional.css then click save and reload.

/* Makes the text in the breadcrumbs white */
.breadcrumb .navbit > a, .breadcrumb .lastnavbit > span {
color: white;
}

/* Makes breadcrumbs hover color red */
.breadcrumb .navbit a:hover {
color: red;
}




No, those are not links.

Open forum picks - this is link but I want (under):

"Insider betting picks" to turn white

Anyway, I tried to change code in css but where I have save and reload button?


Next one I have no clue. You tell me and we'll both know.
Text editor background? If your forum is above 4.1.2 then you have the ckeditor and some one with that will have to tell you what to do. I'm on 4.1.2 and don't have that.

What do you don't understand in 2 and 3? I have pointed it with red:

2: When I want to post a message I want background to have different colour (not black)

3: Edit post, reply, reply with quote - I want to change font and background colour

Cheers

saku

saku
08-22-2011, 08:04 PM
Any help?