|
Wieslaw G
Topic creator
registered since: 11/06/2008
Posts: 32
|
We tried to use skin_meadow_v.1.4. Buy we want to change the color of fonts in two places:
1. Sign In and Sign Up, in the Search Module (top, right side)
2. Main / Top Menu, active on mouse over
At that point of "mainstyles.css" I should to make changes?
Best Regards
|
|
Hans P
registered since: 03/28/2010
Posts: 40
|
"Wieslaw G" wrote:
We tried to use skin_meadow_v.1.4. Buy we want to change the color of fonts in two places:
1. Sign In and Sign Up, in the Search Module (top, right side)
2. Main / Top Menu, active on mouse over
At that point of "mainstyles.css" I should to make changes?
Best Regards
Yes, you are right.
|
|
Wieslaw G
Topic creator
registered since: 11/06/2008
Posts: 32
|
"Hans P" wrote:
"Wieslaw G" wrote:
We tried to use skin_meadow_v.1.4. Buy we want to change the color of fonts in two places:
1. Sign In and Sign Up, in the Search Module (top, right side)
2. Main / Top Menu, active on mouse over
At that point of "mainstyles.css" I should to make changes?
Best Regards
Yes, you are right.
Can you explain more precisely? In what areas / in which the lines of this file "mainstyles.css" I should to make changes?
|
|
Hans P
registered since: 03/28/2010
Posts: 40
|
Can you send a link to your site, so I can let you know exactly what lines to change?
|
|
Hans P
registered since: 03/28/2010
Posts: 40
|
"Hans P" wrote:
Can you send a link to your site, so I can let you know exactly what lines to change?
Sign In / Sign Up, look for:
#login a {
color: #555555;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
Main menu (hover):
.menu li a:hover {
color: #222222;
}
|