add block title to big grid??

Posted in: Newsmag
Post count: 280

Hello
i want adding title to the big grid, same thing with normal block..

any help?

Post count: 6535

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!

Post count: 280

thanks man
is that mean i add the nema in the file? where to add it Exactly?

  • This reply was modified 10 years by Lewis.
  • This reply was modified 10 years by Lewis.
Post count: 6535

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!

Post count: 280

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.
Post count: 6535

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!

Post count: 280

thank a lot

How to change font size?

Post count: 6535

Hi

Use this css to increase the font-size:

.grid-title.vc_separator h4{
font-size: 20px;
}

Thanks!

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