okay guys i'v been stuck for days in this, i tried everything, im kind of new to this all i need to do is for the breaking news(view block ) on my website http://tvtryal.net76.net/tb_rave/ i need to change its title font size and i also want to add a red background for it, i tried to change the css but it changed all the css of every view block i have, i just need to change this block, please tell me in details how i can do this i also tried a module called "block class" and still couldn't do it , please help :)

Comments

You need to use the block id

You need to use the block id to just target that block, something like

.sidebar #block-views-breaking-news-block--2 .block-title {
    background-color: red;
    font-size: 1.4em;
}