How to Customize Themes for Multiply
- 1). Log into your Multiply account. Click “My Account.”
- 2). Click the “Customize My Site” link located on the left side panel.
- 3). Click the “Choose A Theme” link located in the “Site Customization” section.
- 4). Browse through the list of available themes. Click the theme you would like to use on your profile.
- 5). Customize your theme, according to the different customization options. For instance, to add photos to your theme click “Add Photos.” To add videos click “Add Videos.” To hide a particular section of theme, click “Hide.”
- 6). Customize the color of your Multiply theme. To do this, go back to the “Customize My Site” page. Click “Custom CSS.” Enter the HTML code to customize your site's background color, font color, active link color and visited link color.
If you want your theme to have a black background, white font, yellow links and purple visited links, enter the following HTML code. Feel free to edit the code to insert your own color preference.
< BODY BGCOLOR="Black" TEXT="White" LINK="Yellow" VLINK="Purple"> - 7). Click “Save” to save the changes to your theme.
- 1). Visit a website that offers customizable Multiply themes. An example of such sites include Multiply Themes and Multiply Customized Themes.
- 2). Browse through the list of available themes. Click the theme you would like to use on your profile.
- 3). Locate the CSS Code for the theme. Click and hold down your left mouse button as you drag your mouse over the CSS Code. Press “Ctrl” + “C” simultaneously to copy the highlighted code.
- 4). Log into your Multiply profile. Click “My Account.”
- 5). Click “Customize My Site.”
- 6). Click the “Custom CSS” link, located at the top of the page. This launches the CSS editor box.
- 7). Right-Click inside the CSS editor box. Select “Paste” to paste the code into the box. To change the background color, font color, active links and visited links of the third-party theme, enter the required HTML code. See example below:
< BODY BGCOLOR="Black" TEXT="White" LINK="Yellow" VLINK="Purple"> - 8). Click “Save” to save the changes to your theme.