I notice the following css entry in the file user.css that is located in the directory media\templates\site\cassiopeia\css
What happens if you modify that css entry as shown below:
If you want to hide the the display in just one page, you could use a specific class and qualify the above css, further. For this, you could use the option Page Class that is available in the tab Page Display for that particular menu item.
Code:
/**hide result set in main page**/.djc_result_set{ }
What happens if you modify that css entry as shown below:
Code:
/**hide result set in main page**/.djc_result_set{ display: none;}
If you want to hide the the display in just one page, you could use a specific class and qualify the above css, further. For this, you could use the option Page Class that is available in the tab Page Display for that particular menu item.
Statistics: Posted by imanickam — Thu Nov 07, 2024 3:27 am