Search found 3581 matches

by Greenweaver
Mon May 30, 2011 5:03 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Links are not changing colour
Replies: 3
Views: 239

Re: Links are not changing colour

Link to board and problem please?
by Greenweaver
Mon May 30, 2011 10:20 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Custom menu
Replies: 8
Views: 847

Re: Custom menu

In the file "common.css" this code section is what controls the buttons at the top: /* Dashboard ---------------------------------------- */ #dashboard ul { list-style: none; } #dashboard #navigation-top { float: right; } #dashboard #navigation-bottom { bottom: 0; position: absolute; } #da...
by Greenweaver
Mon May 30, 2011 10:11 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Custom menu
Replies: 8
Views: 847

Re: Custom menu

These buttons?
by Greenweaver
Mon May 30, 2011 10:05 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Changing a background
Replies: 4
Views: 345

Re: Changing a background

Ok, well I am kind of guessing as the background colour may not actually be in that file. But look for the following css rules: background-color: #E7E9EB That colour reference #E7E9EB seems to be what you are looking for, if you find that in your css you can change it to white #FFFFFF instead or som...
by Greenweaver
Mon May 30, 2011 10:00 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Custom menu
Replies: 8
Views: 847

Re: Custom menu

Ok, so you want to be working in the file called "overall_header.html", specifically find this part of the code: <div id="bar"> <p><!-- IF not S_USER_LOGGED_IN -->{CURRENT_TIME}<!-- ELSE -->{LAST_VISIT_DATE}<!-- ENDIF --></p> <!-- IF S_DISPLAY_SEARCH --> <form action="{U_SEA...
by Greenweaver
Mon May 30, 2011 9:55 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Embed Main Site Header (Menu bar) in my forum
Replies: 11
Views: 1674

Re: Embed Main Site Header (Menu bar) in my forum

Then you would need to restyle your phpBB to look similar to your main website. You want to be editing mainly the files "overall_header.html" & "overall_footer.html". Your website navigation would be added to the "overall_header.html", you will need to do quite a bi...
by Greenweaver
Mon May 30, 2011 9:53 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Custom menu
Replies: 8
Views: 847

Re: Custom menu

Link to board please?
by Greenweaver
Mon May 30, 2011 12:25 am
Forum: [3.0.x] Styles Support & Discussion
Topic: How do I remove these links?
Replies: 4
Views: 333

Re: How do I remove these links?

Little bit different for your style, open up the file called "top_header.html" and find this code: <ul class="bevelmenu"> <li><a href="#">Home</a></li> <li><a href="#">Hosting</a></li> <li><a href="#">Portfolio</a></li> <li><a href="#">Desi...
by Greenweaver
Mon May 30, 2011 12:07 am
Forum: [3.0.x] Styles Support & Discussion
Topic: How do I remove these links?
Replies: 4
Views: 333

Re: How do I remove these links?

If you can provide a link to your board I can guide you a bit better, needless to say the file you want to edit is "overall_header.html". You should see the links for that navigation in there.
by Greenweaver
Sun May 29, 2011 11:41 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Wierd Problem w/ Template
Replies: 12
Views: 768

Re: Wierd Problem w/ Template

Heh, you're welcome
by Greenweaver
Sun May 29, 2011 11:30 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Wierd Problem w/ Template
Replies: 12
Views: 768

Re: Wierd Problem w/ Template

Well spotted, changed it now for you - sorry.
by Greenweaver
Sun May 29, 2011 11:27 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Wierd Problem w/ Template
Replies: 12
Views: 768

Re: Wierd Problem w/ Template

Open the file called "content.css" and find this code: .postprofile { /* Also see tweaks.css */ margin: 5px 5px 10px 5px; height: 100%; width: 23%; float: left; display: inline; } Change to this: .postprofile { /* Also see tweaks.css */ margin: 5px 5px 10px 5px; height: 100%; width: 22%; f...
by Greenweaver
Sun May 29, 2011 9:02 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: suggestion needed !
Replies: 4
Views: 373

Re: suggestion needed !

There are lot's of styles you can look over here:
http://www.phpbb.com/styles/demo/3.0/

*Note our styles demo is down at the moment but should be back shortly.

And this is an open forum, theres not much point in posting a topic if you want all the answers/suggestions sent by private message.
by Greenweaver
Sun May 29, 2011 8:59 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Random white bars at the top and bottom of the front page?
Replies: 9
Views: 730

Re: Random white bars at the top and bottom of the front pag

The background image url has been added twice, it should look like this:

Code: Select all

background-image: url("./styles/1thank/theme/background.jpg");

Go to advanced search