Friday, July 1, 2016

Writing CSS Code for a Tumblr Background Color

If you only need to make minor changes to your blog's style, such as a background color change, Tumblr's advanced customization features allow you to add on to your blog's existing CSS.

1. Log in to Tumblr.

2. Click the "Customize" link on your Dashboard.
1

3. Select "Advanced."

r="0" height="128" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAbx_soN6HPhQj1eDtCTN79oF3v-KGULRUdlBvRhejbZqA0fEZPWPglctUADtAO85dVDKleKzDJuCZd7Jlx7hgiW0FYhb67THTOe3HUXzDcIyLbo_cGcQBBCaaq7eO_WPQiOrUOsSoqYt8/s320/2.PNG" width="320">

4. Enter the following code in the field for "Add Custom CSS."

body {

background-color: red;

}

3

5. Replace "red" with your desired background color.

6. Save your changes.

0 comments:

Post a Comment