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.
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.
Share Improve this question asked Mar 1, 2015 at 23:55 ambwambw 6171 gold badge6 silver badges8 bronze badges 1- Wele to SO. Can you be specific about the items you want to change. – mikedidthis Commented Mar 2, 2015 at 10:37
2 Answers
Reset to default 3Just as Skizo said,
To change the colors of particular words you can use
<span class="color">text</span>
And then set the color of the class color to pink. Using a class is better if you want to change the color of multiple words in different areas of your code to the same color.
And for background color you can use something like this
<h1 style="background-color:#123432">text</h1>
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?
- Click "Settings" under the Account menu at the top of the Dashboard.
- Choose the blog you’d like to update on the right side of the page, then click “Edit theme” in the Website Theme section.
- 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
- Click “Update Preview.”
- When you're finished, click the back arrow and then click "Save."
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745250779a4618666.html
评论列表(0条)