I am creating a webpage using twitter bootstrap, here i wanna change panel-body background-color form white to light-pink, but i haven't any idea that how it will be done? So ..... help me Thank You
Asked
Active
Viewed 5.4k times
12
-
Try including code you have already tried, basically anything to show that you have tried some things. – Pieter VDE Aug 05 '14 at 08:39
1 Answers
34
The CSS being as follows (as an example) should work fine. If not then you'll need to show your code.
.panel-body {
background:#FFCCFF;}

samtodd
- 529
- 5
- 10
-
No worries. If this answered you're question, can you accept it as the answer by clicking the tick. Thanks. – samtodd Aug 08 '14 at 02:02