How to type the letters in Red or other colours&different font size letters on posts&pages

7 replies
  • WEB DESIGN
  • |
I want to type some of my letters in red colour or any other colour and also increase the font size of that letters while typing in wordpress.
I want to know how you can type in with different colours while typing on word press.Also I want to know how to increase the font size for typing some letters on word press posts and pages.Thanks
#coloursanddifferent #font #font size #letters #postsandpages #red #size #text colour #type
  • Profile picture of the author pmrc
    use this tag while in html mode:

    <font size="whateversizeyouwant i.e.5" color="red or number code#000000">text here</font>
    {{ DiscussionBoard.errors[2032484].message }}
  • Profile picture of the author charlyms21
    And how about increasing the font size of the text?
    Say if I want to include a text with font size bigger than the other text,how would I do that?
    {{ DiscussionBoard.errors[2032507].message }}
  • Profile picture of the author pmrc
    change <font size="5"> to 6 or 7...
    {{ DiscussionBoard.errors[2032573].message }}
  • Profile picture of the author weaveronline
    yes, you can set it using html font properties , give it in a tag or use css .
    Let me know if this issue still exists
    Signature

    Thanks & Regards,
    Reach us at dukeduke600@gmail.com.
    Web Design| Logo Design | Banner Design | Web Development | Mobile Applications [iPhone/iPad/Android/Windows Phone]

    {{ DiscussionBoard.errors[2033148].message }}
  • Profile picture of the author Bellthorpe
    In WordPress there is a button on the upper right of the screen labelled 'Help'.

    What happened when you clicked it? Does the theme that you're using disable that button? If so, try going to wordpress.org. There are excellent tutorials there.
    {{ DiscussionBoard.errors[2034179].message }}
  • Profile picture of the author ksandor
    Try this,
    <span style="font-size:15px">some words</span> or if you want to change color
    <span style="color:#ff0000">more words</span> or you can put wariations like ...
    <span style="color:#ff0000">strong>more more words</strong></span>
    You can us this html codes on wordpress or drupal...
    Alex
    {{ DiscussionBoard.errors[2041261].message }}

Trending Topics