Jump to content

Recommended Posts

1) global.css line 5279

header .nav {
background: #333333;
}

2) blocksearch.css line 6

#search_block_top .btn.button-search {
background: #333333;
display: block;
position: absolute;
top: 0;
right: 0;
border: none;
color: white;
width: 50px;
text-align: center;
padding: 10px 0 11px 0;
}

3) blockcart.css line 30

.shopping_cart > a:first-child {
padding: 7px 10px 14px 16px;
background: #333333;
display: block;
font-weight: bold;
color: #777777;
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
overflow: hidden;
}

4) + 5) global.css 6778

.footer-container {
background: url(../img/footer-bg.png) repeat-x #333333;
}

change background params in each instance of css styles that i mentioned

Link to comment
Share on other sites

1) global.css line 5279

header .nav {
background: #333333;
}

2) blocksearch.css line 6

#search_block_top .btn.button-search {
background: #333333;
display: block;
position: absolute;
top: 0;
right: 0;
border: none;
color: white;
width: 50px;
text-align: center;
padding: 10px 0 11px 0;
}

3) blockcart.css line 30

.shopping_cart > a:first-child {
padding: 7px 10px 14px 16px;
background: #333333;
display: block;
font-weight: bold;
color: #777777;
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
overflow: hidden;
}

4) + 5) global.css 6778

.footer-container {
background: url(../img/footer-bg.png) repeat-x #333333;
}

change background params in each instance of css styles that i mentioned

 

Thank you very much. This solved my issues.

Works perfect.

Link to comment
Share on other sites

×
×
  • Create New...