zak mer
asked 9 years ago

Hi,
I use Wallpress and I want to change the color of all containers borderline. Can you explain how i can change it. I put simply in the Header Code this :

#container {
border-color: yellow; !important;
}

…Nothing.
I want to change the color of each post title too because i have color code for each artist that i introduce. Thanks a lot.

Congratulations for this template. It’s great!

Saskia

1 Answers
DominicStaff
answered 9 years ago

Hi,
To change the border color and post title, you can add the following code to the style.css file:

.item .item-inner {
  border-color: #...;
}
.item .item-title a { 
  color: #...;
}

Hope this helps !

saskia
replied 9 years ago

Hi Dominic. Thanks a lot. It works.

Powered by DW Question & Answer Pro