Is there a way for declare which nis cell text the css will going to apply?

Is there a way for declare which nis cell text the css will going to apply?

Hello, to help you answer this question, we leave you the following recommendations:

Each cell has a specific id:



For example for this one, it’s nis-page-cell-631983b4ebfd3a011473e7aa
If you want to apply a style to each cell located at a specific position, you should directly target ui-cell:nth-child(n)
And for a specific page there is #nis-page-{page_number}

If after this you cannot achieve what you are looking for, you can contact us through online chat or our email support@nowinstore.com
    • Related Articles

    • How to add a new text area with the "Edit Layout" tool?

      The "Edit Layout" tool helps you modify pages layout by adding/editing text and add images or products area. To be able to add a new text area, you must do the following: Select the text tool A new text area will appear on the page. You can move or ...
    • How to create custom layouts?

      Edit your page's layout The layout editor is available for new catalogs. If you want to use it on an existing catalogs, please contact us via chat and we will update your catalog. In order to edit your layout, you just need to click on the button ...
    • How can I add the variants individually to my catalog?

      Currently it is not possible to do that. The only way to do that is to manually add the same product several times and remove the variants you don't want to display, so it can be time-consuming if you have a lot of variants. To be able to select the ...
    • Why is the "Edit layout" tool not shown in some catalogs?

      The "Edit Layout" tool allows you to modify the layouts of your catalog, you can add images, text, and products wherever you want on the pages of your catalogs. This tool is only shown in catalogs created after this tool was made available. Catalog ...
    • How to modify the size of the barcode in the variants table?

      To modify the size of the barcodes it is necessary to use our "Advanced Customization tool". You must use this code: .nis-table-variants td { vertical-align: middle; } .nis-table-variants .nis-td-0 { font-size: 9px; font-weight: normal; } ...