Change title colour & padding for a blok

Posted in: Newspaper
Post count: 11

I want to change the title colour & padding for a block (ex: Block 3), screenshot attached. I will use the block3 in different pages. I want that all block3 will be updated with colour & padding.
http://prntscr.com/90bukf

Can you give me a how to achieve it with screenshoot & custom CSS?

Thanks in advance 😀

Post count: 23312

Hi fusioncloud,

Please use the code below to change your text color and padding, like this: http://screencast.com/t/krWiIamM

.td_block_3 h3>a {
color: red;
}
.td_block_3 .td_module_wrap .entry-title {
margin-top: -15px;
}

The result is here: http://screencast.com/t/yQOyLT6ApzX

Thanks!

Post count: 11

Hi Catalin, Thankyou very much

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