Location Of Css Selectors In Demostore Pages

I have few general questions (tech) related to the demostore and it's page content.

Question.
In the demostore you have demo content and in certain pages like the on titled "Payment and shipping"
http://prntscr.com/fgiixb

You have several artwork that is used and I am curious where this came from, was it custom designed by the developers at CS Cart or are these for sale / use under GNU licensing from a third party ?

Question.
In this same demo page
http://prntscr.com/fgiixb

There several CSS selector classes being used and I am looking for the CSS file that contains these
div classes
.ty-column4ty-delivery__item
These div classes allows a text markup in responsive "tables" as compared to classic HTML fixed non responsive design.
Which CSS file holds all the properties for these div classes?

Question.
I really want like to learn more about the many dispatch default options there are in CS Cart and how to invoke them.

Lets say I create a custom layout for a blogpost or a (landing)page how do invoke that layout for lets say a new page I created within CS Cart.

Thanks in advance for any answers I receive.

Yours truly,

Anthony Katgert

1. It is better to contact CS-Cart Helpdesk with this question.

2. ty-column4 - is default class which is used on the grids with 4 columns

ty-delivery__item class does not have specific properties in CSS

Actually demo content does not have separate classes.

3. You cannot create separate layout pages for blog posts, only for CMS pages. To assign new layout to specific pages, go to layout page settings and use the Pages tab there

http://prntscr.com/fgkefu

1. It is better to contact CS-Cart Helpdesk with this question.

2. ty-column4 - is default class which is used on the grids with 4 columns

ty-delivery__item class does not have specific properties in CSS

Funny you should post this as I have been able to use this default class in the theme that you created.

I have setup a second store front after installilng a fresh store based upon V4.5.2, on the main store front I am using a customized Bright theme and used the demo content of this V4.5.2 store and setup a second storefront with a theme designed by eCom Labs LLC :mrgreen: which by the way is awesome. I cloned a page from the demo storefront to the storefront that utilizes the Sport theme. :grin:

That is why I am so interested in the location of the CSS file from where the .ty-column 4, 5 and 2 and 7 are invoked.

That is why I am so interested in the location of the CSS file from where the .ty-column 4, 5 and 2 and 7 are invoked.

Properties of these classes (ty-columnX) are dynamic and calculated in the following file (check the Columns section)

design/themes/THEME/css/styles.less