facebook

about titles and font

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #330917 Reply

    ediker18
    Member

    I want to change fonts and colour of title . how can i change font and colur of titles and text ?

    #330923 Reply

    support-michael
    Keymaster

    @ediker18

    >I want to change fonts and colour of title . how can i change font and colur of titles and text ?

    I’m not clear on what your are referring. Can you be more specific as I’m not clear what you mean by “title”?

    #330957 Reply

    ediker18
    Member

    i meant how can i can bold words or change colour words in the text

    #330962 Reply

    support-michael
    Keymaster

    >i meant how can i can bold words or change colour words in the text

    Open the font dialog available from the Text widget’s Font property. Presently the widget supports a single set of styles. I hope this works for you.
    See attachment invoke-font-dialog.png

    Attachments:
    You must be logged in to view attached files.
    #331033 Reply

    Pieter_K
    Participant

    Or if you want to change it in the code:

     $('#m1-element-name').css("Font-Weight","Bold");
    
    and
    
    $('#m1-element-name').css('color', 'red');
    
    
    
    
Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: about titles and font

You must be logged in to post in the forum log in