logo problem

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
10/11/2011 1:27:23 AM
kok
Gravatar
Total Posts 47

logo problem

hi all,

i already save my logo as png.file, but still have white colour box under my logo when appear on website,

i think logo file is correct, just how to remove the white colour box? and can see my background colour.

how the setting? Thanks.

 

10/11/2011 8:27:42 AM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: logo problem

It sounds like the you have not set the transparency for the image. Try viewing the image outside of mojoPortal to be 100%.

10/11/2011 8:56:13 PM
kok
Gravatar
Total Posts 47

Re: logo problem

hi there,

the logo images I have set transparency and save as png file,

now  have white colour box on website, how to setting on mojoportal?

the problem like this: http://dynamax.hanwebfusion.com/application-speakers.aspx

10/11/2011 9:10:35 PM
Gravatar
Total Posts 2239

Re: logo problem

Hi,

You can solve this by adding the following to the style-artisteer-overrrides.css file:

.art-sheet-cc { background-color: transparent; }
.art-nav { background-color: #fff; }

Hope this helps,
Joe D.

10/11/2011 9:39:34 PM
kok
Gravatar
Total Posts 47

Re: logo problem

Hi there,

I already add the following to the style-artisteer-overrides.css file,

but still cannot, is it I add  wrong?

below the code, please you help me to check, Thank you.

 

input.art-button[disabled="disabled"] { background-color: #BCC5CA !important; color: #9999cc !important; }

/* overrides for Artisteer */

.art-sheet-cc { background-color: transparent; }
.art-nav { background-color: #fff; }


body
{
background-color: white;
background-image: none;

}
body.pagebody
{
background-color: #BCC5CA;
background-image: url('images/page_t.jpg');
background-repeat: repeat;
background-attachment: scroll;
background-position: top left;
}

.art-content-layout .art-sidebar2
{
  width: 25%;
}

.linksmodule  ul li
{
background-position: 0px 7px;
}

.art-blockheader .t h2.moduletitle
{
font-size: 15px;
font-style: normal;
  font-weight: bold;
}  

10/12/2011 1:39:46 AM
kok
Gravatar
Total Posts 47

Re: logo problem

hi there,

any solution for my problem? Urgent  Please,

Thanks.

 

10/12/2011 7:34:14 AM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: logo problem

If the site you linked is the one you are working on FireBug shows the .art-sheet-cc background color as white and not transparent. I would check your CSS files to make sure you are not setting the .art-sheet-cc background color anywhere else.

10/12/2011 10:03:32 AM
Gravatar
Total Posts 2239

Re: logo problem

In addition to what Aaron said, when you are working with the css, you will want to disable caching by adding the following to your user.config file. After you have finished with the css and everything looks as you want it to, copy your skin to a new folder (myskin-v2), set your site to use the "new" skin, and then set the caching settings back to true.

<add key="CacheCssOnServer" value="false" />
<add key="CacheCssInBrowser" value="false" />

HTH,
Joe D.

10/12/2011 9:22:18 PM
kok
Gravatar
Total Posts 47

Re: logo problem

hi there,

I already check and change all .art-sheet-cc background color to transparent,

now the logo side can transparent, but the contents side also change to transparent too,

how to setting to solve?

http://dynamax.hanwebfusion.com/karaoke-speaker-av-series.aspx

thanks.

10/12/2011 10:07:40 PM
kok
Gravatar
Total Posts 47

Re: logo problem

Dear all,

my problem already solve,

Thank you so much. :)

You must sign in to post in the forums. This thread is closed to new posts.