- Posts: 160
- Thank you received: 1
Contact page font formating
-
hkeyzer
Inactive member - Topic Author
- Member
Less
More
11 years 11 months ago #24916
by hkeyzer
Contact page font formating was created by hkeyzer
Hi,
I want to change the font under the address on the contact page from Italic to normal and remove the Bold.
However I can't find where the font for the class "contact.street" is defined as italic & bold.
I'd appreciate pointers to resolve this.
Thanks
I want to change the font under the address on the contact page from Italic to normal and remove the Bold.
However I can't find where the font for the class "contact.street" is defined as italic & bold.
I'd appreciate pointers to resolve this.
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #24932
by ivan.milic
Replied by ivan.milic on topic Contact page font formating
you can just overide, put this at bottom of template_css.css:
.contact.street{
font-weight:normal!important;
font-style:normal!important;
}
.contact.street{
font-weight:normal!important;
font-style:normal!important;
}
Please Log in to join the conversation.
-
hkeyzer
Inactive member - Topic Author
- Member
Less
More
- Posts: 160
- Thank you received: 1
11 years 11 months ago #24942
by hkeyzer
Replied by hkeyzer on topic Contact page font formating
Hi,
Thanks for quick reply. However it didn't work for me.
Site is www.watercylindersvalves.co.nz code has been added to template_css.css
Thanks
Thanks for quick reply. However it didn't work for me.
Site is www.watercylindersvalves.co.nz code has been added to template_css.css
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #24955
by ivan.milic
Replied by ivan.milic on topic Contact page font formating
Ok, do then:
.contact-address span{
font-weight:normal!important;
font-style:normal!important;
}
.contact-address span{
font-weight:normal!important;
font-style:normal!important;
}
The following user(s) said Thank You: hkeyzer
Please Log in to join the conversation.
-
hkeyzer
Inactive member - Topic Author
- Member
Less
More
- Posts: 160
- Thank you received: 1
11 years 11 months ago #24957
by hkeyzer
Replied by hkeyzer on topic Contact page font formating
Thanks again with quick response - that solved it works as required.
I can now see where I was going wrong with my original attempts.
Thanks
I can now see where I was going wrong with my original attempts.
Thanks
Please Log in to join the conversation.
Time to create page: 0.156 seconds