Change Text color of menu links?

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
damienHBG
Active Member
Posts: 5
Joined: 1. February 2009 01:39
phpBB.com User: damienhbg

Change Text color of menu links?

Post by damienHBG »

Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Advanced Knowledge
Boardlink: http://thepokerwizards.co.cc

What have you done before the problem was there?
Installed board3 portal to fresh installation.
Edited 3 images used in main_menu block to be lighter (more relevent to my color scheme)


What have you already tryed to solve the problem?
Messed around with portal.css just cant seem to find the font color of text links :(

Description and Message
Image

See the image above, i edited the background images to settle nicer with my color scheme. but now its hard to see the text of the links? any idea where in the portal.css (if its the right place even) to find/add/edit the text of those menu links to black!

AWESOME PORTAL and this is my first post! look forward to learning more about it! :D
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: Change Text color of menu links?

Post by thomas.d »

Hi damienHBG,

open portal.css

find

Code: Select all

.portal-navigation li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: auto; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #11A1E8;
background-image: url("{T_THEME_PATH}/images/portal/bg_portalmenu.gif");
border-bottom: 1px solid #90bade;
border-left: 7px solid #6ACEFF;
}
change

Code: Select all

color: white;
to

Code: Select all

color: black;
or

Code: Select all

color: #000000;
maybe you will have to change

Code: Select all

.portal-navigation li a:hover {
background-color: #2586d7;
...
as well.
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |

Topic author
damienHBG
Active Member
Posts: 5
Joined: 1. February 2009 01:39
phpBB.com User: damienhbg

Re: Change Text color of menu links?

Post by damienHBG »

omg..... i'm ashamed to say but you'll never believe what i didnt do !!!!!!!

see these edits u supplied to me...lol i had made them before asking the question, just wasnt working! so i figured i wasnt in right spot! GUESS WHAT, refreshing themes via acp styles tab solved this issue, purging cache alone will not!

lmfao sorry to bother you, i've been doing sooo much latley, and yesterday with the excitement from the phpbb channels on irc in regards to the recent phpbb.com hacks i wasnt completly all with it....lol i shouldnt forget something as simple as refreshing themes! lol once agani sorry to bother you , its all fixed! :D
Locked

Return to “board3 Portal 1.0.x - English Support”