no, its http://[URL="http://www.embroiderella.co.uk"]www.embroiderella.co.uk[/URL]
no, its http://[URL="http://www.embroiderella.co.uk"]www.embroiderella.co.uk[/URL]
S,
Now we are on the same page.
What are your problems???
Yes, this is the path to change the declarations in the .css
includes/templates/your_template/css/stylesheet.css
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
no problem as such, just need to tweek things.
Firstly I want to being that gastly mauve to tone in with the lavender/lilac colours and also need to check the fonts are set correctly.
also am i right in assuming you download to the hd, tweek and then upload ....or can you do it whilst connected to the ftp.
You will need photoshop to create a new tile_back.gif file
- these are the header colors above each side box
- I believe this is what you want to change
- If so, 11 x 30 is the size
- Create the color and upload to:
- root directory/ images
- includes/ templates/ your_template/ images
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
B,
this is what I see:
You forgot to delete this from the sheet:
- .leftBoxHeading, rightBoxHeading {
margin: 0em;
background-color: #db251f;
padding: 0.5em 0.2em;
}- you forgot the . Sorry It was me from the post above
- Change to:
- .leftBoxHeading, .rightBoxHeading {
margin: 0em;
background-color: #db251f;
padding: 0.5em 0.2em;
}
- .rightBoxHeading {
margin: 0em;
background-color: #676767;
padding: 0.2em 0em;
}- Delete it all please
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Wow thanks for the quick reply.
I have moved it to the test site http://zentest.eastcoasthobbies.com.au as I broke the live site while playing around..
The changes have been made on the test site however still not joy with the same size headings on the side boxes and a side issue of the changes is that the headings are all red now instead of red on the left and grey on the right.
Thoughts
Thanks
Brett
tell me one step at a time
- how do you want the heading boxes colored
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
If it could be red on the left and grey on the right the same as the live site
http://www.eastcoasthobbies.com.au
Then if we could get the font sizes the same for the sidebox headings i.e it is different between say on the left between shopping cart and search.
Cheers
Brett
One at a time please..
Find this:
.leftBoxHeading, .rightBoxHeading {
margin: 0em;
background-color: #db251f;
padding: 0.5em 0.2em;
}
We will be replacing with the declarations below:
Change to this:
.leftBoxHeading {
margin: 0em;
background-color: #db251f;
padding: 0.5em 0.2em;
}
.rightBoxHeading {
margin: 0em;
background-color: #676767;
padding: 0.5em 0.2em;
}
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting