How can i change text editor default font size and family ? How can i change CMS set?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • toutatis
    Member
    • Jul 2007
    • 69

    [Forum] How can i change text editor default font size and family ? How can i change CMS set?

    1.) I want to change default text editor font family and size.
    I looked all style variables but cant see.

    also looked visual style var book. But I cant Find.

    2.) How can i set CMS menus, articles. How can i send new article and coordinate.
  • toutatis
    Member
    • Jul 2007
    • 69

    #2
    Any one help ?

    Comment

    • Hiiragi
      New Member
      • May 2009
      • 23
      • 3.8.x

      #3
      Code:
      .editor_textbox textarea,
      .editor_textbox iframe {
          width:99%;
          height:200px;
          float:none;
          background-color:{vb:stylevar textedit_background.backgroundColor};
      [COLOR=Red]    font-size: 13px;[/COLOR]
          [COLOR=Red]font-family: Verdana;[/COLOR]
      }
      Find this in editor.css and add and change the size and font to what you want. I believe that will do what you want.

      As for #2, I haven't messed with the CMS yet so I don't know.

      Comment

      • toutatis
        Member
        • Jul 2007
        • 69

        #4
        There is no similar css block in vbulletin_editor.css.

        I cant find it.


        I want to change this font's (default font) size and family.

        Comment

        • vlastanovak
          Senior Member
          • May 2009
          • 151

          #5
          Just 'editor.css' not 'vbulletin_editor.css'.

          Please feel free to add me on MSNM - would love to have some fellow vBulletin users added to discuss ideas re. the software!


          Comment

          • toutatis
            Member
            • Jul 2007
            • 69

            #6
            there is no css file named editor.css

            Comment

            • Hiiragi
              New Member
              • May 2009
              • 23
              • 3.8.x

              #7
              Yes there is.
              Attached Files

              Comment

              • JamieinNH
                Senior Member
                • May 2004
                • 393
                • 3.8.x

                #8
                You may be not seeing it because you will need to expand the Editor Templates before you can see it. Click on Editor Templates and expand it and you will see it.

                I do have a question for the VB Team though... Why is it that some variables are in the StyleVar and others have to be edited in the .css files?

                Are we working towards everything being in the StyleVar area when all is said and done for ease of changing things?

                Comment

                • toutatis
                  Member
                  • Jul 2007
                  • 69

                  #9
                  thank you a lot. I found that template but it didnt work.

                  Comment

                  • djbaxter
                    Senior Member
                    • Aug 2006
                    • 1418
                    • 4.2.5

                    #10
                    Edit the style variable content_msg_font

                    Change the font-family, font-size, etc., there.
                    Psychlinks Web Services Affordable Web Design & Site Management
                    Specializing in Small Businesses and vBulletin/Xenforo Forums

                    Comment

                    Related Topics

                    Collapse

                    Working...