Jump to content

Recommended Posts

hey

 

you're using non-default theme so we also don't know how your code looks like.

Remember that if you use non-default theme - always paste the url to your store - bacause without - in case like this - it's impossible to help,

 

I remember your topics so i know your url, but other developers dont.

 

 

1) global.css line ~562

#tmheaderlinks li a:hover, #tmheaderlinks li a.active {
text-decoration: none;
color: #f2ab22;
}

 

 

2) global.css line ~637

#search_block_top a:hover {
background: #8e914e;
}

#search_block_top a {
height: 28px;
padding: 8px 10px 0 10px;
display: block;
float: left;
background: url(../img/btn-search.gif) left top repeat;
color: #fff;
font-weight: normal;
font-size: 12px;
text-decoration: none;
text-align: center;
}

 

3) global.css ~747

#shopping_cart b:hover {
opacity: 0.8;
}

#shopping_cart b:hover {
opacity: 0.8;
}

#shopping_cart b {
height: 15px;
padding: 16px 27px 25px 49px;
background: url(../img/cart.png) no-repeat 0px 0px;
width: 75px;
display: block;
border: none;
border-radius: 0!important;
text-decoration: none;
}

Link to comment
Share on other sites

1. this is a breadcrumb

 

last white element:

global.css line ~888:

.breadcrumb_inner {
color: #fff;
}

 

navigation pipe:

global.css line ~893

.breadcrumb .navigation-pipe {
width: 5px;
height: 0;
display: inline-block;
padding: 12px 0 0 0;
overflow: hidden;
margin: 0 10px;
background: url(../img/icon/pipe.png) 50% 6px no-repeat;
}

 

 

categories:

 

.breadcrumb a:hover {
color: #000;
}

.breadcrumb a:hover {
color: #000;
}

.breadcrumb a {
color: #f2ab22;
text-decoration: none;
}

 

 

 

2

global.css line ~573

div.column div.block h4 {
padding: 12px 11px 14px 20px;
font-size: 17px;
color: #fff;
text-transform: none;
background: url(../img/tail-title.gif) left top repeat-x;
font-weight: normal;
margin-bottom: 0px;
}

 

3

global.css 578 + 579

 

4

global.css ~1179

#buy_block #add_to_cart .exclusive {
background: url(../img/tail-btn-2.gif) left top;
line-height: 45px!important;
height: 45px!important;
}

 

 

5

global.css ~1307

Link to comment
Share on other sites

Hello, thanks for your reply! :)

 

I have two questions now. At first screen u can see module homefeatured by TM. Once I asked you for this but u did no answer. Any idea where it is approximately?

 

In the second picture I need to know the location of lines.

 

Have a nice day, erko.

 

Screen 1: http://img12.imageshack.us/img12/4095/cssbarvyfeatured.jpg

Screen 2: http://img706.imageshack.us/img706/6580/cssbarvy3.jpg

Link to comment
Share on other sites

sum4444: my website is www.sport2002.eu/index.php

 

vekia: yes i tried it but change color not work. I found correct line for indicator (~463) :

.sf-sub-indicator {position:absolute;display:block;right:0em;top:0em; /* IE6 only */width:0px;height:0px;text-indent:-999em;overflow:hidden; background:url(../img/arrows-ffffff.png) no-repeat -10px -100px;; }

and i deleted

background:url(../img/arrows-ffffff.png) no-repeat -10px -100px;

.. My website currently looks like this http://img705.imageshack.us/img705/170/vzdalenostmezera.png indicator is not visible but is there. When I delete an entire row, so does this http://img18.imageshack.us/img18/6885/sipky.png.

Link to comment
Share on other sites

powered by prestashop - by dafault it is block cms module (you can turn it off in back office modules > block cms module configuration)

or translate it in localization > translatins (search for block cms module)

Link to comment
Share on other sites

by default this string is located in the file:

 

modules/blockcms/blockcms.tpl

 

{if $display_poweredby}<li class="last_item">{l s='Powered by' mod='blockcms'} <a class="_blank" href="http://www.prestashop.com">PrestaShop</a>™</li>{/if}

Link to comment
Share on other sites

i changed blockcms in the file: /modules/ .. , /themes/xnamex/modules/ .. and /themes/default/modules/ but nothing changed..

It is not so important .. i have second problem with images.

 

There is screen: http://img199.imageshack.us/img199/8451/vrobci.png . when the file right click and copy the link i found some position for image (exactly http://www.sport2002.eu/img/m/cs-default-brand.jpg). If I create a file with a name that is applied to all manufacturers and don't want to. How i can i fix it?

 

Have a nice day.

Link to comment
Share on other sites

I think there is another problem. When I click on any image is everywhere the same url. Is that right? I think there has to be(for example) : 10-cs-default-brand.jpg or 11-cs-default-brand.jpg .. Some ideas?

Link to comment
Share on other sites

  • 2 weeks later...

you can achieve this in two ways:

 

1) add wide background for header

2) modify the header template file + modules attached to hooks realted to header, create 3 div boxes with separate classes (css styles with background for each of them)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...