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.

Where is the Forum header located?

5 posters

Go down

Solved Where is the Forum header located?

Post by firn Sat Feb 15, 2014 4:32 pm

http://wamidnight.forumotion.co.uk/

I want to change my forum's header (the black bar that says 'getting started' on it), and I was wondering how I can go about doing that? Where is it located in the CSS?
avatar
firn
New Member

Posts : 24
Reputation : 1
Language : English

http://wamidnight.forumotion.co.uk/

Back to top Go down

Solved Re: Where is the Forum header located?

Post by Kite Trojan Sat Feb 15, 2014 4:35 pm

Do you mean changing the image or changing the name?
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

Solved Re: Where is the Forum header located?

Post by Stephen- Sat Feb 15, 2014 4:38 pm

Hi,

For the location of your site's CSS:

Go to your Admin Panel(Advance Mode) ~> Display ~>  Pictures & Colors ~> Colors ~> CSS Stylesheet

is your forum version PunBB ?


Edit:

If you are using PunBB as your forum version, kindly find this code on your CSS:


Code:
background-color: transparent;
background-image: url('your image link here');
background-position: center;

Just replace the "your image link here" text to your image url.
Stephen-
Stephen-
Hyperactive

Male Posts : 2542
Reputation : 326
Language :

Back to top Go down

Solved Re: Where is the Forum header located?

Post by firn Sat Feb 15, 2014 5:15 pm

I wasn't able to find it, the closest thing I could find was this:

Code:
.main .main-head {
   background-image: url('http://i10.servimg.com/u/f10/14/50/74/75/bar12.png');
        background-repeat: no-repeat;
avatar
firn
New Member

Posts : 24
Reputation : 1
Language : English

http://wamidnight.forumotion.co.uk/

Back to top Go down

Solved Re: Where is the Forum header located?

Post by Kite Trojan Sat Feb 15, 2014 5:58 pm

Could you post your CSS?
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

Solved Re: Where is the Forum header located?

Post by firn Sat Feb 15, 2014 8:05 pm

CSS:

Here it is. It's quite big, so I put it in a spoiler tag.
avatar
firn
New Member

Posts : 24
Reputation : 1
Language : English

http://wamidnight.forumotion.co.uk/

Back to top Go down

Solved Re: Where is the Forum header located?

Post by Kite Trojan Sat Feb 15, 2014 8:05 pm

Wow, thats a long CSS, but thanks for the help!
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

Solved Re: Where is the Forum header located?

Post by Stephen- Sat Feb 15, 2014 8:42 pm

Try this code:

Code:
/* Main heading (Logo and description) */
#pun-intro {
    margin: 0;
    padding: 1.5em 1em 1em 1em;
    border-bottom: 0px solid #296fa5;
    background-color: transparent;
    background-image: url('yourimagelink');
        background-position: top;
    text-align: left;
    background-repeat: no-repeat;
        height: 270px;
        margin-top: -5px;
        margin-left: -23px;
        width: 911px;

Just replace the "yourimagelink" with your image url.
Stephen-
Stephen-
Hyperactive

Male Posts : 2542
Reputation : 326
Language :

Back to top Go down

Solved Re: Where is the Forum header located?

Post by SLGray Sun Feb 16, 2014 9:26 am

Or just check here:

Administration Panel > Display > Colors & Pictures > Pics Management
Advanced Mode
First Tab
First one at the top.

Everything does not have to be a code.
Nevermind. I read the first post wrong.


Where is the Forum header located? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51575
Reputation : 3525
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Where is the Forum header located?

Post by jarn Sun Feb 16, 2014 11:05 am

I think I may be wrong when I said I wanted to change the forum's header. I meant I wanted to change the black bar that said 'getting started' on it. This one:

https://i.servimg.com/u/f10/14/50/74/75/bar12.png

I followed what you said, Time, and the forum's banner ended up changing.
avatar
jarn
Forumember

Posts : 76
Reputation : 1
Language : English

http://cwentertainment.forummotion.com/

Back to top Go down

Solved Re: Where is the Forum header located?

Post by Kite Trojan Sun Feb 16, 2014 11:09 am

SLGray wrote:Or just check here:

Administration Panel > Display > Colors & Pictures > Pics Management
Advanced Mode
First Tab
First one at the top.

Everything does not have to be a code. Nevermind.  I read the first post wrong.
 Could you try what SLGray said?
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

Solved Re: Where is the Forum header located?

Post by SLGray Sun Feb 16, 2014 12:43 pm

See if this is in your CSS:
Code:
.main .main-head {
    background-image: url('http://i10.servimg.com/u/f10/14/50/74/75/bar12.png');
    background-repeat: no-repeat;
}


Where is the Forum header located? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51575
Reputation : 3525
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Where is the Forum header located?

Post by Stephen- Sun Feb 16, 2014 6:55 pm

Based on your SLGray's post and also on your CSS that you have posted before, i already found it on your CSS just find the code that SLGray posted and replace the current image link with the link you want.
Stephen-
Stephen-
Hyperactive

Male Posts : 2542
Reputation : 326
Language :

Back to top Go down

Solved Re: Where is the Forum header located?

Post by firn Mon Feb 17, 2014 9:07 am

You can put this as solved now!
avatar
firn
New Member

Posts : 24
Reputation : 1
Language : English

http://wamidnight.forumotion.co.uk/

Back to top Go down

Solved Re: Where is the Forum header located?

Post by SLGray Mon Feb 17, 2014 12:31 pm

Problem solved & topic archived.


Where is the Forum header located? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51575
Reputation : 3525
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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