Zen Follower
- Join Date:
- Jan 2010
- Location:
- Broome
- Posts:
- 331
- Plugin Contributions:
- 0
Changing the sidebox headings
Hi everyone .. trying to change the sidebox headings .. with a custom image. I have made some progress in that I can see them but they are not replacing existing headings but rather sitting underneath. I edited my CSS .. this info I got from https://www.zen-cart.com/tutorials/index.php?article=257.
.sideBoxContent {
background-color: #ffffff;
padding: 0.4em;
/* create free space at the bottom of the box in which to display the image /
/padding-bottom: 20px;/
/ add the image to the boxes background /
background-image:url(../../../../images/headers/SideboxHeadings.jpg);
/ position the image at the bottom and center of the box /
background-position: top left;
/ EITHER set the image to not repeat /
background-repeat: no-repeat;
/ OR set it to repeat horizonatally /
/ background-repeat: repeat-x;*/}
The link to my site is http://www.rosedakinjewellery.com.au/index.php
Thankyou for any help.:smile: