- Posts: 24
- Thank you received: 0
Footer menu font color change
13 years 2 months ago - 13 years 2 months ago #23079
by xaxier
Footer menu font color change was created by xaxier
Hi There,
I actually change the background color of the start page to white and I need to change the footer menu color which is currently at default white. Can you please advice where I can change the value for the footer menu font color?
I actually change the background color of the start page to white and I need to change the footer menu color which is currently at default white. Can you please advice where I can change the value for the footer menu font color?
Last edit: 13 years 2 months ago by xaxier.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #23089
by ivan.milic
Replied by ivan.milic on topic Footer menu font color change
in template_css.css:
change color: white;
Code:
.footer ul.menu li a:link, .footer ul.menu li a:visited {
text-decoration: none;
display: block;
font-size: 12px;
text-transform: uppercase;
padding: 15px;
font-weight: normal;
font-family: 'eurofurenceregular', Arial, Helvetica, sans-serif;
color: white;
}
change color: white;
The following user(s) said Thank You: xaxier
Please Log in to join the conversation.
Time to create page: 0.247 seconds