Jump to content

Logo Link


Guest profunzime

Recommended Posts

Guest profunzime

Hi guys.

I know this issue has been discussed before here http://forums.cubecart.com/index.php?showtopic=32617 but because I don't know anything about html or ccs I don't know how to make it in cubecart4.

The code in layout.ccs looks like this:

#topHeader {

text-align: right;

height: 46px;

padding-right: 0px;

padding-top: 68px;

width: 95%;

margin: 0px auto;

/* SKIN VARIABLE IS cAsE SeNsItIvE */

background-image: url(../../../images/getLogo.php?skin=KitaBlue);

background-repeat: no-repeat;

background-position: top left;

}

.boxTitleLeft, .boxTitleRight {

font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;

font-size: 10px;

font-weight: bold;

color: #FFFFFF;

background-color: #FF8700;

height: 15px;

border-top: 1px solid #E1E1E1;

border-left: 1px solid #E1E1E1;

border-right: 1px solid #E1E1E1;

padding: 5px;

}

.boxContentLeft, .boxContentRight {

border: 1px solid #E1E1E1;

background-color:#FFFFFF;

padding-left: 5px;

padding-right: 5px;

margin-bottom: 10px;

padding-top: 3px;

padding-bottom: 5px;

}

Because it doesn't look like in the link above I don't know where or what to modify.

I tried this on other CubeCard3 but there was another problem in index.tpl

I've put the code "underlined" but the logo appears on the homepage and is clickable not where it's supposed to be (in the topHeader).

<!-- BEGIN: index -->

<div id="topHeader">

<a href="http://www.cubecart.com"><div id="topLinkerBox"></div></a>

<div id="sessionBox">

<div class="boxContent">

<span class="txtContentTitle">{HOME_TITLE}</span>

<br />

{HOME_CONTENT}

</div>

<!-- BEGIN: latest_prods -->

<div class="boxContent">

<div class="txtContentTitle">{LANG_LATEST_PRODUCTS}</div>

<div style="margin-top: 10px;">

<!-- BEGIN: repeat_prods -->

<div class="latestProds">

<a href="index.php?act=viewProd&amp;productId={VAL_PRODUCT_ID}"><img src="{VAL_IMG_SRC}" alt="{VAL_PRODUCT_NAME}" border="0" title="{VAL_PRODUCT_NAME}" /></a>

<br />

<a href="index.php?act=viewProd&amp;productId={VAL_PRODUCT_ID}" class="txtDefault">{VAL_PRODUCT_NAME}</a>

<br />

{TXT_PRICE} <span class="txtSale">{TXT_SALE_PRICE}</span>

</div>

<!-- END: repeat_prods -->

<br clear="all" />

</div>

<br clear="all" />

</div>

<!-- END: latest_prods -->

<!-- END: index -->

Please help.

As I said I don't know anything about html or ccs.

Thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...