Hi
Theme’s grids weren’t designed to have a title however you can try a similar implementation as for normal blocks. Basically you have to edit the file corresponding with each grid and implement a the block title functionality there: http://screencast.com/t/853pYgYv8gG –
You also have to edit the grid’s parameters sent in Visual Composer: http://screencast.com/t/CcWmOl5Prh5u
Thanks!
Hi
Is not that simple. You will have to pass pair as key=>value trough an array. An example can be taken even the code that I’ve indicated from td_config.php
Note that is a very complex task which involve good coding skills and many customizations to be achieved. We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hello
i find a way to add block title but i need your help please
i add separator with text above the grid and its work, please help me with css to make it with red background, or at least change the fonts size and make it bold.
pleaseeeeeeeeeeeeee
http://sport.sky-host.cu.cc/new
and this
http://www.screencast.com/t/OdeMCqWFG
thanks
-
This reply was modified 10 years by
Lewis.
Hi
First you have to add a custom css class for the separator in VC: http://screencast.com/t/9p70BmXYqyB then use this css: http://screencast.com/t/vjfh8GHHmRSm
.grid-title.vc_separator h4{
color: red;
background-color: green;
padding: 5px 10px 5px 10px;
border-radius: 4px;
}
.vc_separator.vc_sep_color_grey .vc_sep_line{
border-width:0;
}
Thanks!