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.

Changing the forum header color (UPDATED PLEASE HELP!)

3 posters

Go down

In progress Changing the forum header color (UPDATED PLEASE HELP!)

Post by Liquidkills Sat 15 Feb - 10:17

Changing the forum header color (UPDATED PLEASE HELP!) Forum10

Changing the forum header color (UPDATED PLEASE HELP!) Forum311

http://idyllicduelacademy.forumotion.com/

PunBB version

Default code for my forum, really dont know how to use css stylesheet.
Spoiler:

So I believe this is called the forum header, I would like to know how to change the name of number 1 and get rid of number 2, I also would like to know how do I change the color of all the headers?Hopefully when changing the name of number 1 it will just change every time I make a new category. I believe I have to change the background picture or something like that to change the colors.
avatar
Liquidkills
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Kite Trojan Sat 15 Feb - 17:55

For changing #1, goto ACP>General>Forum>Catagories and Forums. Find the forum, then change the name. If you want to hide that other forum bar, goto ACP>Display>Homepage>structure. Split categories on index : Medium. To remove the light blue, try removing this code from the css stylesheet:
Code:
.main .main-head {
    background:#7A9AB0 url('http://i43.servimg.com/u/f43/14/73/12/96/mine-b10.png') repeat-x 50% 50%;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-bottom: 0px solid #668BA4;
    border-left: 1px solid #5D7382;
    border-right: 1px solid #5D7382;
    border-top: 1px solid #5D7382;
    -webkit-box-shadow:inset rgba(255,255,255,0.2) 0px 0px 0px 1px;
    -moz-box-shadow:inset rgba(255,255,255,0.2) 0px 0px 0px 1px;
    box-shadow:inset rgba(255,255,255,0.2) 0px 0px 0px 1px;
    text-shadow: 0 -1px 0 #668BA4;
    line-height:18px;
    padding:8px!important;
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
}
I've tested it on my test forum and it'll turn out like:

Changing the forum header color (UPDATED PLEASE HELP!) Captur27
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Liquidkills Sat 15 Feb - 19:08

By switching to Split categories on index : Medium, number 1 changed itself, but the bar below still remains: Changing the forum header color (UPDATED PLEASE HELP!) Forum_10

Now I understand that the code you provided me to take out is suppose to take away the light blue, but what if I am trying to color it to orange? What would I change to make that happen, because I do like the gloss look the forum gives itself with the blue I would just like it a different color.
avatar
Liquidkills
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Kite Trojan Sat 15 Feb - 19:09

Can you give me the hex color of the teal color? Never mind, could you send me a hitskin ink to your skin?
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Liquidkills Sat 15 Feb - 19:23

avatar
Liquidkills
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Kite Trojan Sat 15 Feb - 20:58

I'll be trying to tweek the forum's CSS to make it orange
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Liquidkills Sat 15 Feb - 21:16

Well just find out what codes I need to change the color, or what codes changes what things on the forum.
avatar
Liquidkills
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Kite Trojan Sat 15 Feb - 21:19

Hm, since Mati devolped the skin, we could wait for him to help. I don't know what to do. I am very sorry.+
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Liquidkills Sat 15 Feb - 21:50

Because everytime I try just changing the colors through pictures and colors under colors. Nothing seems to happen.
avatar
Liquidkills
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Kite Trojan Sat 15 Feb - 21:56

Try finding the url of the links and replace them with and replace them with: Changing the forum header color (UPDATED PLEASE HELP!) Untitl22
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Liquidkills Sat 15 Feb - 22:16

Will that keep the gloss look?
avatar
Liquidkills
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Kite Trojan Sat 15 Feb - 22:39

You can try.
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Liquidkills Sat 15 Feb - 23:15

Did not work
avatar
Liquidkills
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Kite Trojan Sat 15 Feb - 23:35

It's best to wait for Mati to help us. I cannot think of a solution.
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Liquidkills Sat 15 Feb - 23:40

Matti apparently quit awhile ago
avatar
Liquidkills
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Kite Trojan Sat 15 Feb - 23:57

No, Matti is Mati TM
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Liquidkills Sun 16 Feb - 22:53

bump
avatar
Liquidkills
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Liquidkills Mon 17 Feb - 21:34

Early bump
avatar
Liquidkills
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Jophy Mon 17 Feb - 23:53

For getting rid of number 2, try this code, place it on your CSS:
Code:
.tc1, .tc2, .tc3, .tcr {
display: none !important;
}

See if it will work.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Liquidkills Tue 18 Feb - 10:50

That code basically got rid of everything but the forum part.
avatar
Liquidkills
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Jophy Tue 18 Feb - 23:03

Well most of the codes that will be applied will affect parts of the forum. Try this one:
Code:
thead {
display: none !important;
}
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Liquidkills Tue 18 Feb - 23:29

I am more worried about changing the color.
avatar
Liquidkills
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

In progress Re: Changing the forum header color (UPDATED PLEASE HELP!)

Post by Jophy Wed 19 Feb - 0:00

This would be the code to change all the forum headers:
Code:
.main-head {
background-color: COLORHERE !important;
}

Note: I have not seen the way to change the header for that part only,  give it a try.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

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