how do you change the color of the box things, like the box around "_____'s blurbs" and the actual comments? I can't figure it out :( sorry if I'm just dumb
you can use the Inspect Element from right clicking on something to see which thing you want to change and then copy and paste. so if you do on this blurb box it says
.rightHead {
background: #fc9;
color: #cc6633;
padding-left: 4px;
}
you would change this and then copy and put in css
sorry if im confusing
thanks so much !! <3
you can use the Inspect Element from right clicking on something to see which thing you want to change and then copy and paste. so if you do on this blurb box it says
.rightHead {
background: #fc9;
color: #cc6633;
padding-left: 4px;
}
you would change this and then copy and put in css
sorry if im confusing