-
AuthorPosts
-
Andre Prior Friend
Andre Prior
- Join date:
- September 2014
- Posts:
- 101
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 21
- Thanked:
- 3 times in 1 posts
July 17, 2008 at 10:40 am #130975How can I change the css values for TITLE 3 for example?
In the editor I can choose TITLE 3 but where do I define the values (fontsize eg) for that css value?
Thank you!
orpheus2510 Friendorpheus2510
- Join date:
- July 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 14 times in 1 posts
July 17, 2008 at 11:10 am #260503What and where is TITLE 3? More explanations, please.
anisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
July 17, 2008 at 11:25 am #260508hi pixelto
is the title 3 part of the ja_news module or part of the template (or another modue???).
Have you got a url with a description on which bit it is of your site you’re looking to amend?
Andre Prior FriendAndre Prior
- Join date:
- September 2014
- Posts:
- 101
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 21
- Thanked:
- 3 times in 1 posts
July 17, 2008 at 11:56 am #260517When I write a new article I see the TinyMCE Editor. Inside the editor there is the FORMAT tab, when I open to choose a format I get paragraph, adress, preformatted, heading 1, heading 2 eg.
In other editors its labeled “Title1, Title2”
See screenshot
When can I change the settings for that?
Is the heading1 (size, font, color) defined in the teline II template?
orpheus2510 Friendorpheus2510
- Join date:
- July 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 14 times in 1 posts
July 17, 2008 at 12:03 pm #260518Yes. Go to /templates/teline II/editor.css, search for
[php]h3 {
font-weight: bold;
font-family: Helvetica,Arial,sans-serif;
font-size: 13px;
}
[/php]and change it for your choice.If this do not work, go to template.css and change this part
[php]/* Title text */
.contentheading, .componentheading, h1, h2, h3, h4 {
font-family: Cambria, “Times New Roman”, Times, serif;
line-height: 1.1;
}
[/php]for font and this one
[php]/* Heading */
h1 {font-size: 225%; font-weight: normal;}
h2 {font-size: 200%; font-weight: normal;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}[/php]for font size.
Font color is given in the files /templates/ja_teline_II/css/colors; there you open the css with the color you need and look for the lines
[php]#ja-colmass div.moduletable h3,
#ja-colmass div.moduletable_media h3,
#ja-botsl div.moduletable h3 {
color: #004B80;
}
[/php]
(Example from the theme-deepblue.css)
If you want to make one of the colors to be the default color of your site, rename the theme.css in that folder and rename the theme-.css to theme.css.1 user says Thank You to orpheus2510 for this useful post
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by orpheus2510 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
title 3 .. css?
Viewing 5 posts - 1 through 5 (of 5 total)