-
▼
2013
(302)
-
▼
May
(29)
- How to Put an Amazon Ad Into WordPress
- How to Use Picasa as an Image Host for WordPress
- How to Convert WordPress to MediaWiki
- How to Embed Google Voice on WordPress
- How to Find Your RSS Feed Settings on a WordPress ...
- How to Insert an Ad into Every WordPress Post
- How to Update Automatically in WordPress 3.0
- How to Add AdSense Ads to a WordPress Blog
- How to Use Sessions With WordPress
- How to Set Up a WordPress Website
- How to Host My Wordpress Blog on My Domain
- How to Make a Wordpress Gradient Background
- How to Find WordPress Attachment IDs
- How to Put Ads in the WordPress Footer
- How to Change the WordPress Permalinks Redirect Plug
- How to Set Up a Database for WordPress on My Website
- How to Put CSS Code in a WordPress Widget
- How to Install a Friend Connect Widget on Your Wor...
- How to Make a WordPress Blog a Widget on Facebook
- How to Transfer a Website to WordPress
- How to Embed Flash in WordPress Template
- How to Change the Password for WordPress Users
- A Tutorial on How to Copy Microsoft Charts Graphs...
- How to Create a Static Wordpress Page
- How to Install WordPress on Amazon Cloud
- How to Indent in WordPress
- How to Change your Wordpress Header without gettin...
- How to Move Posts From WordPress 2.0.2 to 2.9
- How to Export Joomla to WordPress
-
▼
May
(29)
adsense
How to Make a Wordpress Gradient Background
1. Go to the 'wp-admin' directory of your website and log in to the Wordpress dashboard. Navigate to 'Appearance' and click the 'Editor' link. Click the link to 'header.php' under the 'Templates' heading to load the HTML file containing your website's body tag.
2. Look for a div with an ID of 'container' directly below the body tag in your 'header.php' file. If you do not find one, add one. Here is what it should look like:
Save the file by clicking the blue 'Update File' button. If you added a div, load 'footer.php' in the editor and add '
' directly above '
' to close the div.
3. Load 'style.css' in the editor. Add this code to the very bottom of the file:#container {background-color: #038394;background-image: linear-gradient(top, #038394, #00CCCC);background-image: -webkit-linear-gradient(top, #038394, #00CCCC);background-image: -moz-linear-gradient(top, #038394, #00CCCC);}The above code sets a fallback for browsers that do not support gradients. Setting 'background-image' to 'linear-gradient' creates the gradient background. At the least, you need to set a direction for the gradient to start at and then two colors that fade into each other. Add that line of code again two times, adding the Webkit and Mozilla prefixes for Chrome, Safari and Firefox browsers.
4. Click the blue 'Update File' button to save your 'style.css' file. Your gradient background now appears on every page of your Wordpress website.
9:40 AM | Filed Under | 0 Comments
Comments
Popular Posts
-
1. Log in to your Weebly account. 2. Click 'Theme Editor.' 3. Click on the 'Design' tab. 4. Select 'Edit CSS/HTM...
-
1. Sign up for a publisher account at Bidvertiser. Submit basic contact information and confirm your email address to get started. 2. Lo...
-
1. Log in to your WordPress dashboard. 2. Open the 'Appearance' section on the left side of the WordPress dashboard and then cli...
-
Facebook Widget 1. Create a Facebook fan page for your blog, if you don't already have one. You will have to manually share content wi...
-
1. Open your WordPress Dashboard in your preferred browser. It is accessed at the '/wp-admin' location of your site. For example, ...
-
1. Download and install the WordPress for BlackBerry app via BlackBerry App World. Download the version that corresponds with your BlackBe...
-
1. Go to your WordPress blog's administrative control panel. 2. Click the 'Settings' button on the left-side navigation menu...
-
1. Click the 'Add Contact' button on the 'Add New Post' page. This opens the 'Add a Contact Form' page. 2. Click...
-
1. Register an account with Amazon Web Services Cloud. If you have an existing Amazon account, enter your email address in the appropriate...
-
1. Log into your WordPress.com account using your user name and password. 2. Hover your cursor over the 'My Blogs' tab at the to...
Post a Comment