|
|
| Author |
Message |
Denny
Well Known User
Joined: 07 Feb 2009
Posts: 126
|
Posted: March 6th 2010, 9:24 am Post subject: background color for text links on index page |
|
|
I would like to put a highlight background under the index page links. The background I use is to dark for the text to show up. I am not sure of the right place to edit.
Here is an example of what I want to do to all of the text.
 |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
Posted: March 6th 2010, 11:44 am Post subject: |
|
|
Hey Denny,
Thanks for posting.
So, for this, what you would need to do is locate the links you'd like to do this on, in your CSS file if it's a lot or you could do it inline if it's just a few. But, either way, you need to locate the link styles, usually it'll be "a" or "a:link", etc. In these styles, you'd then have to add this:
| Code:
|
|
background-color:#000000;
|
This would give it a black background. You could set it to whatever color you'd like.
To make it look good, you may need to give it some padding, as well, such as:
If you wanted to show us the pages you'd like it on and/or your CSS files, we would be able to help with where you have to place it, as well.
I hope that this helps.
Thanks,
Patrick _________________ Patrick O'Keefe - phpBBHacks.com Administrator - Feedback? Questions? Please Contact Me!
User Guidelines - Featured phpBB - Featured Author - phpBBHacks.com Awards - Supported Sites - About Us
Author, Managing Online Forums - A Practical Guide to Community Management
phpBB 3 Tutorials: Add Hacks | Clear Your Cache | Fix Missing Images | phpBB 3 Permissions Guide |
|
| Back to top |
|
 |
Denny
Well Known User
Joined: 07 Feb 2009
Posts: 126
|
Posted: March 6th 2010, 11:51 am Post subject: |
|
|
So far, after looking around, I opened the language en common php, and located some of them, and added an inline color code. The ones not with the background color, are ones I cannot find yet to change. Like Forum Club Photos. I'm thinking index html. I haven't got that far yet. I've been doing one at a time, uploading and checking it.
http://dennyshangout.com/dennyscartalk/index.php |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
Denny
Well Known User
Joined: 07 Feb 2009
Posts: 126
|
Posted: March 6th 2010, 12:02 pm Post subject: |
|
|
Forum Club Photos
User Control Panel
new messages
Logout
Login
Just on the index page. If they relate to other pages, no problem. My background makes it hard for some to see the text.
---------------------------------------------------
Forum Club Photos= Changed in overall header html
User Control Panel= Leaving because there is an icon there.
new messages= Leaving because there is an icon there.
Logout= Leaving because there is an icon there.
Login= Leaving because there is an icon there.
Plus, I can't find the right spot...  |
|
| Back to top |
|
 |
~HG~
Dedicated User
Joined: 08 Nov 2003
Posts: 3913
Location: Australia
|
Posted: March 7th 2010, 12:41 pm Post subject: |
|
|
Denny what I would do is simply change the "class" in your overall_header.html from
| Code:
|
|
<td class="genmed">
|
to
This would then give you the very light blue divider bar that you see between your forum categories on the index page. _________________ ~HG~
|| rodneyangell.com || || phpbb-tutorials.com ||My Hacks |
|
| Back to top |
|
 |
Denny
Well Known User
Joined: 07 Feb 2009
Posts: 126
|
Posted: March 7th 2010, 1:01 pm Post subject: |
|
|
| What about the ones I have already changed with the background color ? |
|
| Back to top |
|
 |
~HG~
Dedicated User
Joined: 08 Nov 2003
Posts: 3913
Location: Australia
|
|
| Back to top |
|
 |
Denny
Well Known User
Joined: 07 Feb 2009
Posts: 126
|
Posted: March 7th 2010, 1:23 pm Post subject: |
|
|
Ok, I'll have to do the edits, then I will try the change. Thanks HG.
Can't make a new reply. So,
Ok, if you refresh, that part looks good. What do I do with these. That was the main concern for some of the guys, they couldn't see it very well.
View unanswered posts | View active topics View new posts | View your posts
* and Delete all board cookies | The team |
|
| Back to top |
|
 |
~HG~
Dedicated User
Joined: 08 Nov 2003
Posts: 3913
Location: Australia
|
|
| Back to top |
|
 |
|