hi there!
would like to hide the title of a component (heading). tried to hide it in systemparameter but it is still shown. There I can change the name of the component but if I hide it it is still shown?
@joomla.css (line 67)
h2 {
font-size: 150%;
}
@template.css (line 42)
h1, h2, h3, h4, h5 {
color: #2D2D2D;
}
.componentheading, h2.page_title{
font-size: 200%;
color: #000000;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e5e5e5;
line-height: normal;
clear: both;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 12px;
margin-bottom: 32px;
}