Hello,
I installed the Green theme (by Xoplex). Almost got it working (rounded corners in the header are missing).
I'm not able to leave a comment / question on the detail page.
Is there a limit on the amount of comments that can be placed on these pages?
How to contact Xoplex for assistance?
Thanks
[SOLVED] cmsms Themes Site and comments
[SOLVED] cmsms Themes Site and comments
Last edited by peterbus on Thu Sep 03, 2009 11:25 am, edited 1 time in total.
Re: cmsms Themes Site and comments
Thx for notifying hte themes comment problem!
Should be fixed now...
Should be fixed now...
ReneH 
A search will save you hours waiting for an answer!

A search will save you hours waiting for an answer!

Re: [SOLVED] cmsms Themes Site and comments
i need this fixed too! I haven't been able to figure out how to use another image!
Re: [SOLVED] cmsms Themes Site and comments
Hi,
Take the Green stylesheet and look for: this is the place to put the new image
div.Header-png
{
position: absolute;
z-index:-2;
top: 0;
left: 0;
width: 886px;
height: 200px;
background-image: url('uploads/green/images/Header.png');
background-repeat: no-repeat;
background-position: left top;
}
div.Header-jpeg
{
position: absolute;
z-index:-1;
top: 0;
left: 0;
width: 886px;
height: 200px;
background-image: url('uploads/green/images/Header.jpg');
background-repeat: no-repeat;
background-position: center center;
}
/* end Header */
Take the Green stylesheet and look for: this is the place to put the new image
div.Header-png
{
position: absolute;
z-index:-2;
top: 0;
left: 0;
width: 886px;
height: 200px;
background-image: url('uploads/green/images/Header.png');
background-repeat: no-repeat;
background-position: left top;
}
div.Header-jpeg
{
position: absolute;
z-index:-1;
top: 0;
left: 0;
width: 886px;
height: 200px;
background-image: url('uploads/green/images/Header.jpg');
background-repeat: no-repeat;
background-position: center center;
}
/* end Header */