Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Andre Prior Friend
    #130975

    How 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 Friend
    #260503

    What and where is TITLE 3? More explanations, please.

    anisjolly Friend
    #260508

    hi 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 Friend
    #260517

    When 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?


    1. title
    orpheus2510 Friend
    #260518

    Yes. 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.

Viewing 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