M PRESS 2

Changing the world, one site at a time…

Create Custom Banners

Visit and download the RW Multitool here.

Open the RW Multitool, select the M Press 2 theme.

Screen shot 2009-12-18 at 12.47.08 AM

Screen shot 2009-12-18 at 12.48.13 AM

Customize your banner, save, and your done.


Create Banner From an External URL

On the M Press preview site many of the rollovers are pulling images from an external url. This is very easy to do, copy and paste the code below into your custom css box, then change the url to link to your image:

For the primary banner:
#featureImage1 { background-image:url(http://your-custom-url.com); background-position: center center;}
For the rollover banner:
#featureImage2 { background-image:url(http://your-custom-url.com); background-position: center center;}
Notice in the css code above, "background position", it's set to center on both the x and y axis. To view other positions of you're image, use "left", "center", or "right" for the first x axis value. And use "top", "center", or "bottom" for the second y axis value.

Create a Banner Text Button

This is very easy to do, copy and paste the code below into your custom header box, then change the "My Custom Banner Text" text to your choice.
<div id="myExtraContent1">My Custom Banner Text</div>

Advanced: Change Navigation Text Colors

1) Open your theme tray, look for your M Press 2 theme icon.

2) Right click or (control) click, on the theme icon, and select "Reveal Theme Contents in Finder"

3) Open the "js" folder, and open the function.js file in an html editor of your choice.

4) Follow screenshot diagram and change text colors accordingly, using hex color values.

5) Save, and close. Your done. Color changes should now be seen in your M Press 2 theme.

Screen shot 2009-12-18 at 1.29.57 AM 2