Do I need a software to hide joomla module source?

Asked By 0 points N/A Posted on -
qa-featured

I tried to hide Joomla module source but the source code still appears. Did I miss anything? Or do I have to install a software to hide Joomla module source?

SHARE
Best Answer by Raun Nelson
Answered By 5 points N/A #170286

Do I need a software to hide joomla module source?

qa-featured

Hi william,

To hide your Joomla module you do not need any software but a little bit of CSS coding. Configure your default Joomla templates css/template_css.css file. Add the following code :"

 

@media only screen and (max-width: 480px) {  

.moduletable.mobilehide {

display:none

}

}

Hope it helps. Thanks.

 

Best Answer
Best Answer
Answered By 0 points N/A #170287

Do I need a software to hide joomla module source?

qa-featured

 

Hi William,
     You want to hide Joomla module source. So you can go to access level components there are option to give authority. You can select there your desire authority that can see that source and if you want to hide from everyone it is also available. So go to access level components and hide your code easily Hopefully this information will help you. 
 
Thanks,
Raun Nelson
 
"

Related Questions