Advertisement
Guest User

Untitled

a guest
Aug 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.71 KB | None | 0 0
  1. <p><blockquote><p><small>I’ve been getting some asks about how I change the text colors on posts so I decided to make this post because I didn’t really find any other post explaining how to change the colors to <span style="color:#aab0ef">custom colors</span></small></p></blockquote>[[MORE]]<blockquote><p><small>tumblr now has this new feature that allows you to use inline css, though for now, afaik, the only property that is customizable is the color one. I tried to use other attributes like font-family or text-align but it didn’t work.</small></p><p><small>ok so, to change the colors to custom colors, you need to open the post settings and change from rich text to HTML </small></p></blockquote><figure class="tmblr-full" data-orig-height="305" data-orig-width="382"><img src="https://78.media.tumblr.com/4e1f1029e03b4663166fb170f1d9d2c2/tumblr_inline_pdmer1cSNV1w0b948_1280.png" data-orig-height="305" data-orig-width="382" alt="image"></figure><blockquote><p><small>now that an HTML box is open, you need to wrap the text you want to color in the span tag with a style attribute, and in there you set the color property to whichever color you want like this:<br><br><pre><b><span style="color:#7EA6F5">&lt;span style=</span><span style="color:#C673FF">"color:#ffb6b9"</span><span style="color:#7EA6F5">&gt;</span><span style="color:#ffb6b9">text here</span><span style="color:#7EA6F5">&lt;/span&gt;</span></b><br><br></pre>now your text should be colorful, you can use any and many colors you want!</small></p><p><small>for color codes, you guys can check this <a href="https://htmlcolorcodes.com/"><span style="color:#c4c5ff"><b>site</b></span></a> :)</small></p><p><small>I hope this is helpful!! </small></p></blockquote></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement