This forum is for churches and ministries using Web-Empowered Church tools or packages. If you are a WEC customer, please submit a ticket. If you are reporting a bug with one of our plugins, please email us. If you are a business entity and want help that you cannot find here, please look at our services.

Notice: we are using new forum software and most messages from last 2 years were transferred. If you had an account before, please login to post a message on the forum.

Topic with no new replies

Medow - modification


Author Message
Written on: 10/25/2011
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
Written on: 10/26/2011
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.
Written on: 10/26/2011
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?
Written on: 10/26/2011
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?
Written on: 10/26/2011
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;
}