Big Grids Article Title

Posted in: Newsmag
Post count: 6

Hi. In the Theme Panel, there is a section named ‘Big Grids Article Title’, where I can modify the font family type or weight of the titles of the big grid (I’m currently using Big Grid 4). Everything works fine except for the font size, which hasn’t any effect. I would like to change the font size of theses article titles in the big grid. I’ve also tried with custom CCS code, but with no success. Thank you for your support.

Post count: 23312

Hello DSLRMZ,

First of all, ensure that your system status is setup according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/ Try to clear all your caches, purge CDN files if you are using the CDN system and check the results.

Thanks for the message!

Post count: 6

Hi Catalin.

We’ve have tried this with the cache emptied. Finally, it seems that the font size worked with:

/* big grid font size */
.td_block_big_grid_4 {
font-size: 16px;
font-weight: 300;
}

However not the font-weight property. Do you know why? Thank you.

Post count: 23312

Hello DSLRMZ,

Notice that the font-weight depends on what kind of font family you are using and which weight fonts are loaded and supported by your used font.

Thanks for your understanding!

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