Jump to content

Change design of topmenu, footer and header.


Recommended Posts

Thanks

 

My image is in: Theme/img/footersplat.png

 

Is it under: theme/css/global.css

 

 

/* ************************************************************************************************
  FOOTER
************************************************************************************************ */
#footer {
 color:#fff;
 background:#333
}
 .blockcategories_footer,
 #footer .myaccount ,
 #block_various_links_footer,
 #social_block,
 #block_contact_infos {
  float:left;
  width:175px
 }
 .blockcategories_footer {margin-left:0}
#footer .title_block {
 padding-bottom: 10px;
 text-transform:uppercase
}
#footer .title_block ,
#footer .title_block  a {
 font-weight:normal;
 font-size:14px;
 color:#fff
}
#footer a {color:#fff}
#footer a:hover {text-decoration:underline}
#footer ul {list-style-type:none}
#footer li {padding:7px 0}
#footer li a {color:#fff}

#footer .myaccount {padding: 15px 10px}
#footer .myaccount .title_block, #footer .myaccount h4 {
 padding:0 0 10px 0;
 background:none;
 text-shadow:none
}
#footer .myaccount .favoriteproducts img,
#footer .myaccount .lnk_wishlist img {display:none}

Link to comment
Share on other sites

Hi Vekia,

 

My site is - www.getsomeart.dk

 

The only thing i've done is. modify Theme/css/global.css - under *Struture* - added under #Footer: background: url(../img/Footerspalt.png) - And i checked the name of img. file. (the img. file is in the folder called img - in my theme folder) 

 

/* ************************************************************************************************
  struture
************************************************************************************************ */
#page {}
 #header {z-index:10}
 #columns {z-index:1}
  #left_column {}
  #center_column {}
  #right_column {}
  #columns {
 background: #FFF;
 display: block;
 clear: both;
 overflow: hidden;

}
 #footer {
 background: url(../img/Footerspalt.png)
 }
 

Should this make the "Grey Box" disappear - and still have the footer content? just with my img. as background?

 

 

Link to comment
Share on other sites

Jesus - that look nice. But i've done what you said, and still no changes.. i have change the "CCC for CSS files" To Keep original Css.

 

Should it happen instant? is the img url just - url(../img/Footerspalt.png) or should i change the (.. <-- part) /img/Footerspalt.png)

 

Sorry, really can't figure it out :(

Edited by kongsuse (see edit history)
Link to comment
Share on other sites

Okay thanks a lot!

 

The next project will be how to change "the center column" out with an img. file of my own. (its just white color now)

 

And what size in px. does the center column have?

 

is the way to do this the same as the footer project. **Struture**  #Column #background ..url/img.png in the global.css. near line 43. ? :)

Link to comment
Share on other sites

Thanks again !

 

And its a great tool - to press f12, and play with your website that way! :) .

 

Now i have change the size of menubar and the background color - in the superfish_modified.css.

 

How can i remove the logo?

Link to comment
Share on other sites

you can do it with css styles (logo will be invisible but it still will appear in the code)

#header_logo {display:none;}

or in header.tpl remove code (you will remove logo at all)

				<a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">
					<img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if}/>
				</a>
Link to comment
Share on other sites

×
×
  • Create New...