Change Block border style

Hi all. im trying and looking in the css but cant find. How can i change this in the basic template:



1:

the border color

2:

Inside background color (i have image background i want to put inside)

3:

he background of the titles of the blocks like categories. my account etc…(i have image background i want to put inside)



Thank You for your time

Try styles.css line 545 for the border



.mainbox-cart-body, .mainbox-cart-body-flex {

border: 1px solid #dddddd;

border-width: 0px 1px;



For the image you can try adding:

background-image: url (‘location of your image’) no-repeat;

[quote name=‘roban’]Try styles.css line 545 for the border



.mainbox-cart-body, .mainbox-cart-body-flex {

border: 1px solid #dddddd;

border-width: 0px 1px;



For the image you can try adding:

background-image: url (‘location of your image’) no-repeat;[/QUOTE]

ill try it thanks