Wiccle.com in Facebook Wiccle.com in Twitter Wiccle.com in LinkedIn Wiccle.com in Youtube RSS from Wiccle.com Wiccle.com in Atom
 
 
 

Changing Background in Box/Block

This is a 2 parter.

 

Part 1:

Go to /templates/crystal/css/units.css ( depending on which template you use)

On line 71 find:


background-position: top left;

    width: 9px;
}

.rounded_mid_center {
    padding: 0px;
    background-color: #f8f8f8;
}

change:
background-color: #f8f8f8 to transparent

 

 

Part 2:

Go to /templates/crystal/css/wrappers.css

Find this section:

background-position: top right;
    background-repeat: repeat-y;

}

.bg_mid_center {
    background-image: url(../images/bg_mid_center.png);


change the image name to your own image.

Mine is:


background-position: top right;
    background-repeat: repeat-y;

}

.bg_mid_center {
    background-image: url(../images/background-image: url(../images/SpiderWebRed1.gif);

Change this image; bg_mid_center.png

Now refresh your page and you will see your background in the blocks.

 

 

Comments

Log in to post Comments! Click to login
 

WWB 110: How To Tid Bits

Add to Favorites
WWB 110: How To Tid Bits
Blogger: LightWolf
Started: June 6, 2011
I will post how to info here as I work my way through the new release of WWB 110. Please note: I am using the Crystal Template for all my Tid Bits.
 

Content Index

Index for 2012
[[CLICK_OPEN]] May
[[CLICK_OPEN]] April
[[CLICK_OPEN]] March
[[CLICK_OPEN]] February
[[CLICK_OPEN]] January
Index for 2011
[[CLICK_OPEN]] December
[[CLICK_OPEN]] November
[[CLICK_OPEN]] October
[[CLICK_OPEN]] September
[[CLICK_OPEN]] August
[[CLICK_OPEN]] July
[[CLICK_OPEN]] June
 

Categories

No Results

There are no categories matching the criteria at the moment.
 
Questions? Ask us!
Back to Top