- Posts: 12
- Thank you received: 0
Contact Page Address font colour style 1
-
hughst
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 10 months ago - 12 years 10 months ago #17801
by hughst
Contact Page Address font colour style 1 was created by hughst
Hi Ivan,
How can the font colour be change for the contact address the white on grey is difficult to read - please see attached.
many thanks
Hugh
Link
How can the font colour be change for the contact address the white on grey is difficult to read - please see attached.
many thanks
Hugh
Link
Last edit: 12 years 10 months ago by hughst.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #17811
by ivan.milic
Replied by ivan.milic on topic Re: Contact Page Address font colour style 1
I would need link, what I see on your picture is not like on demo, so I would have to see actual page
Please Log in to join the conversation.
-
hughst
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
12 years 10 months ago #17813
by hughst
Replied by hughst on topic Re: Contact Page Address font colour style 1
www.meta-training.org.uk/index.php/2011-...-08-48-51/contact-us
Please let me know if you want back-end access,
Regards
Hugh
Please let me know if you want back-end access,
Regards
Hugh
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #17815
by ivan.milic
Replied by ivan.milic on topic Re: Contact Page Address font colour style 1
add this to bottom of template_css.css:
address {
background-color: #FFFFFF!important;
border-radius: 5px 5px 5px 5px;
color: #000000!important;
font-family: arial,helvetica,sans-serif;
font-size: 12px;
font-weight: normal;
margin: 10px 20px;
padding: 2px;
text-align: right!important;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
}
address {
background-color: #FFFFFF!important;
border-radius: 5px 5px 5px 5px;
color: #000000!important;
font-family: arial,helvetica,sans-serif;
font-size: 12px;
font-weight: normal;
margin: 10px 20px;
padding: 2px;
text-align: right!important;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
}
Please Log in to join the conversation.
Time to create page: 0.193 seconds