Styling
The module has four types of block display:
- cs_html_content_pro - blocks are displayed in columns / each block can be a link (Template - default);
- cs_html_content_pro_item_with_button - blocks are displayed in columns / links in the form of buttons;
- cs_html_content_pro_tabs - blocks are displayed as tabs;
- cs_html_content_pro_accordion - blocks are displayed as an accordion.
Module Template Placement
Create a new module template and place it in the folder:
For successful creation and usage of a new module template, follow these steps:
- Create a new template file and save it with an extension indicating its purpose (e.g., ".twig" or ".tpl").
- Move this file to the appropriate folder for modules:
catalog/view/theme/default/template/custom_templates/module/html_content_pro/file_name_in_latin.(twig.tpl)
After completing these steps, your new module template will be available in the list.
Making Changes to CSS Styles
If the standard design does not match your website's design, you can make changes to the CSS styles in the file cs_html_content_pro.min.css, located at the following path:
catalog/view/javascript/cs_libs/css/cs_html_content_pro.css