Change text size and color
- GK User
- Tue Nov 27, 2012 8:56 pm
Hi, where I can change the text size and color of the contact information? Thanks for the help.
-
- Gold Boarder
- Konrad M
- Tue Nov 27, 2012 9:04 pm
Hi,
please try add to override.css
and set your own values to fit your needs. Remember to enable override.css option in template settings.
please try add to override.css
- Code: Select all
address {
font-size:12px !important;
font-color:#000000 !important;
}
and set your own values to fit your needs. Remember to enable override.css option in template settings.
- GK User
- Tue Nov 27, 2012 10:11 pm
Thanks Konrad M, not changed! I have enabled overrride...
-
- Gold Boarder
- Konrad M
- Tue Nov 27, 2012 10:55 pm
Please give me url to your website.
- Konrad M
- Tue Nov 27, 2012 11:24 pm
Change my erlier code to this one:
- Code: Select all
.contact-contactinfo,address {
font-size:12px !important;
color:#000000 !important;
}
- GK User
- Wed Nov 28, 2012 2:27 am
Solved Konrad M, Thank you!
-
- Gold Boarder
7 posts
• Page 1 of 1