Change background color for some block

Posted in: Newspaper
Post count: 15

Dear Sirs,

Please help me to change background color as I mentioned in pictures.

View post on imgur.com

View post on imgur.com

View post on imgur.com

Thank you so much

Post count: 15

Sorry, my website: https://tuhocmmo.com

Thank you so much

Post count: 20688

Hi,

The Latest articles title and also widget titles background color, are affected by this setting in the theme panel
https://www.screencast.com/t/saLyjJff
For the comments elements you can try a code like this to modify the background color as you wish (use the colors you want in the code)
https://www.screencast.com/t/byXjiirUC

.comments .block-title {
border-color: blue;
}
.comments .block-title > span {
background-color: blue;
}
.comments input[type=submit] {
background-color: red;
}

Enter the ode in Theme panel->Custom CSS.

Thanks

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