Help Center

Powered by Minitek FAQ Book
Loading...

no line break in the grid view?

FD
Frank DeubertPosted 1 year agoEdited 1 year ago

in the articles there are line breaks and links to specific pages. 

how can i make the line break visible in the grid view?

can links be made active in the grid view?

is it possible to have special format like coloured text or bolded text in the grid view?

 

thanks in advance for your answer.

Loading...
0
#3545

5 answers

M
MinitekPosted 1 year agoEdited 1 year agoModerator

Hi there,

If you have enabled the module parameter Strip HTML tags, then all html tags will be removed (including line breaks). If you disable the parameter, then html tags will be preserved but the description word limit will not work anymore.

FD
Frank DeubertPosted 1 year ago

thanks

and one additional question: the borderline color can be set. is ist possible as well to set a background color for the boxes?

M
MinitekPosted 1 year agoModerator

You can do this only by adding some custom css. For example:

.regridart.mix-grid .mix {
  background: #eeeeee;
}
FD
Frank DeubertPosted 1 year ago

custom css - can you please tell me in which css-file the code should be added?

in the side template css or in one of the module css?

M
MinitekPosted 1 year agoModerator

It would be best to add it at the bottom of the template css file, so that the changes are not lost when you update the module.