-
AuthorPosts
-
silicondesigns Friend
silicondesigns
- Join date:
- January 2007
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 20, 2009 at 7:18 pm #144420I have changed the logo option from image to text but wondered whether it was possible to change this font from the default to Times New Roman. If so, how do I do it. Thanks in anticipation.
prakash Friendprakash
- Join date:
- October 2008
- Posts:
- 439
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 146 times in 115 posts
September 21, 2009 at 3:02 am #317948Hi
To change the font from default to times > you will need to do this
open the file > templates>jatopaz>css>template.css
in that around line 900 you will find this
div.logo-text {
margin: 10px 0 0;
outline: none;
}here you will need to define the font name
as you want times new roman you will need to chage the above to
div.logo-text {
margin: 10px 0 0;
outline: none;
font-family:"Times New Roman";
}You can also use the font family css default of
font-family:"Times New Roman", Times, serif;
instead of just times new roman.
silicondesigns Friendsilicondesigns
- Join date:
- January 2007
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 21, 2009 at 7:29 am #317973<em>@prbalge 145455 wrote:</em><blockquote>Hi
To change the font from default to times > you will need to do this
open the file > templates>jatopaz>css>template.css
in that around line 900 you will find this
div.logo-text {
margin: 10px 0 0;
outline: none;
}here you will need to define the font name
as you want times new roman you will need to chage the above to
div.logo-text {
margin: 10px 0 0;
outline: none;
font-family:"Times New Roman";
}You can also use the font family css default of
font-family:"Times New Roman", Times, serif;
instead of just times new roman.</blockquote>
Thanks so much for a prompt and accurate response – it works perfectly of course. Another question(s) if I may, are we able to change the ‘case’ of the logo text from all upper case to either all lower or a mixture. And finally, are we able to remove the solid vertical bar that separates the logo text and tag line ie: | . Thanks again, your help is appeciated.prakash Friendprakash
- Join date:
- October 2008
- Posts:
- 439
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 146 times in 115 posts
September 21, 2009 at 8:41 am #317988Hi
Great that the solution was as per your requirements. With regards the other query
1. To remove solid vertical bar and to change the case of logo text > in the same file
i.e. > templates>jatopaz>css>template.css
find thisdiv.logo-text h1 {
border-right: 1px solid #CCCCCC;
float: left;
font-size: 250%;
font-weight: bold;
letter-spacing: 2px;
margin: 0;
padding-right: 10px;
}div.logo-text h1 a {
color: #F89A20;
text-transform: uppercase;
}Now to remove the solid vertical bar > remove this line
border-right: 1px solid #CCCCCC;
For the ‘case’ of logo text > this line is responsible
text-transform: uppercase;
the line can be completely removed and you will get what case you type or there are multiple options like capitalize, lowercase
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by prakash 15 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum