Show deleted price in the grid

I added a secure note

Hello Nikolaus,

Please edit your grid and make sure that the content is set to “Regular Price”. By default, it is set to display the “Price” which will display the whole price information.

Hope this helps. Please let us know how it goes.

I´ve set all skins to regular price now, but the fonts and style looks still completely wrong :confused: (see picture, the 2 on the left)

The weird font changes only apply to those items which are not set as the standard grid skin. I´ve changed them individually. maybe that helps

Hi Nikolaus,

In each text element in your grid like the title. Try to specify the font size, font style and font family under the style tab in skin builder.

You could also adjust the font size using css by adding the code below under The grid settings > css tab

body  .tg-item .tg-item-title {
     font-size:20px !important;
}

body  .tg-item .tg-item-excerpt {
     font-size:15px !important;
}

Hope that helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.