Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1717

General Questions/New to Joomla! 5.x • Re: I need hel with CSS to hide content in just one page

$
0
0
I notice the following css entry in the file user.css that is located in the directory media\templates\site\cassiopeia\css

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



Viewing all articles
Browse latest Browse all 1717

Trending Articles