Hi!
I've made Category Blog, but there is some Title, that I don't understand what kind of title is it: category name or blog name. I do not need that title, but i don't know how to turn it off.
HELP!!
<h2 id="gkPageTitle" class="gkPage"><span>Studiju daļas ziņas</span></h2>
<div id="gkPageContent" class="gkPage">
<div class="gkPage">
<div>
<div id="gkContent">
<div id="gkContentWrap">
<section id="gkMainbody">
<section class="category">
<header>
<h1>Studiju daļas ziņas</h1> /* i believe this is the one I need to remove */
</header>
section.category > header > h1 {
display: none;
}