Label above custom html

Posted in: Newspaper
Post count: 8

Hello.
Is there a possibility to have label like on blocks (Custom title and colours etc.for this block) over custom html or custom widget?
Best regards. Pawel

Post count: 23312

Hello fakamaka,

If you want to have the custom title and colours for some desired elements, you can use Text with Title element from Visual Composer without text and you should leave just the Title, like this -> http://screencast.com/t/5Q9zTjMW and then you have to use a bit of CSS code to decrease the extra white spaces. The result you should see here -> http://screencast.com/t/vzu09EOmc

The code is ->

.td_block_text_with_title{
padding-bottom: 0;
}
.td_block_text_with_title .block-title {
margin-bottom:2px;
}

Hope this helps!

Thanks.

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