Page 1 of 1

Change Text color of menu links?

Posted: 1. February 2009 19:32
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

Re: Change Text color of menu links?

Posted: 1. February 2009 19:46
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.

Re: Change Text color of menu links?

Posted: 2. February 2009 06:18
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