Search code examples
javascriptjquerycsstumblr

Changing the colours of specific words in tumblr


In tumblr, and in a post, what is the relevant code I need to know to change the colour of the title and specific words?

I'm very new, and do not know the right terminologies. Please link to the relevant guides and resources.

Please move this question to another site if it's better.


Solution

  • You can see those tutorials :

    1.blog_customization

    2.basic-codes

    3.See this video

    And if you need more info, google is then best way to find everything :)

    EDIT

    To change the colors of specific words you could use :

    <font color="htmlcolor">text</font>
    

    If you want to change the background you can use :

    <div style="width:190px; height:12px; background-color:#000000; text-align:left; color: #ffffff;">text</div>
    

    To edit your blog in Tumblr you have to do :

    How do I edit my blog’s Custom HTML?

    1. Click "Settings" under the Account menu at the top of the Dashboard.
    2. Choose the blog you’d like to update on the right side of the page, then click “Edit theme” in the Website Theme section.
    3. Click the Edit HTML button and edit the Custom HTML as desired in the source code editor to see the changes reflected on the page
    4. Click “Update Preview.”
    5. When you're finished, click the back arrow and then click "Save."