I would like to reduce the font size and unbold the title in The Grid as the figure below.
What should I do?
Thx.
I would like to reduce the font size and unbold the title in The Grid as the figure below.
Thx.
Hello @fhtpsu,
Thanks for writing to us.
To change the font size of the “The Grid” you need to go to the grid —>Click on the selected gird skin settings —>Select the title layer —>Style—>Fonts.
Or for the quick fix, you can use this custom CSS code to the Theme options —>CSS.
.lome .tg-item-title a{
font-size: 13px;
line-height: 17px;
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.
Hope it helps.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.