change the color of the comment box

Posted in: Newspaper
Post count: 225

how to change comment box title color. http://prntscr.com/9h4dqq

I want to use black color #000

Post count: 23312

Hello Arafat,

Please try the code below and place it in Theme panel->Custom Csss area.

.comments .block-title {
border-color: red;
}
.block-title > span {
background-color: red;
}

You should change the red value with your value.

The result you should see here: http://screencast.com/t/f4KIrkJ5

Thank you for the message!

Post count: 225

Thank You So Much! It’s working.

Post count: 225

now its not working check this: http://prntscr.com/bdxet1 how to solve this

Post count: 23312

Hello Arafat,

Please try the code below and replace it with the oldest one ->

.comments .block-title {
border-color: red!important;
}
.comments .block-title > span {
background-color: red!important;
}

The result -> http://screencast.com/t/8U0pLUPHQ

Thanks.

Post count: 225

Awesome. It’s now working

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.