"Custom title for this block" on a Big Grid

Posted in: Newspaper
Post count: 15

How do I add “Custom title for this block” like the one on blocks to a Big Grid ?

Post count: 6535

Hi

Theme’s grids weren’t designed to display a title and to achieve that you have to edit theme’s core files and modify the code which generate the grids. This is not a quite simple task and you’ll need some coding skills in order to complete it. Other solution would be to use a text block above the big grid like here: http://screencast.com/t/WbLpRWCnbR

Using this css you’ll get the flowing result: http://screencast.com/t/WbLpRWCnbR

.wpb_text_column{
margin-bottom: 15px;
}
.wpb_text_column .block-title{
order-top-color:
rgb(104, 198, 45);
font-family:
Roboto, sans-serif;
font-size:18px;
font-weight:bold;
}

Hope this helps.
Thanks!

Post count: 45

Hi,

Also I need a title for Big Grid, but I need the same style of block titles (background and line). Actually I get only a title in black without background style. Furthermore I need title to be less far from grid as well as in block title.

How I can get that?

Thank you!

Post count: 23312

Hello deambris,

Please notice that the above example which Andrei provided in the latest reply is just an example to how you can add a title for your Big Grid. Please notice that it is not a simple task to achieve as you want and it involve some additional customizations through code in order to bring as you wish. If you do not have a good skill and knowledge in PHP/CSS/HTML, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry! As a hint, if you want to bring the line under the title you can use the block-title class as a custom class, like this -> http://screencast.com/t/6L4gGQbmK

Thanks for your understanding!

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