Font color in css

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Thu May 31, 2012 1:20 pm
Hello,
I would like to get some help on the color of fonts in main menu. I would like to change it from blue and black (when you slide mouse on it) to different color. Which position in CSS is that?
Also second question, the main fonts are missing different than english signs. If I place letter outside english it changes font and it looks terrible...how can I fix this?

Thank you!
Daniel
User avatar
Fresh Boarder

teitbite
Sat Jun 02, 2012 8:08 am
Hi

For second issue please simply change font to the the one which supports that signs.

Font color can be changed with code:

Code: Select all
.gkMenu > ul > li > a {
    color: #EB592A;
}

.gkMenu > ul > li:hover > a, .gkMenu > ul > li:active > a, .gkMenu > ul > li:focus > a, .gkMenu > ul > li.active:hover > a, .gkMenu > ul > li.active:active > a, .gkMenu > ul > li.active:focus > a {
    color: #353639;
}
User avatar
Moderator


cron