Blo Title

GK User
Fri Jun 05, 2015 12:08 pm
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!! :? :? :?
STZ_Title.png
User avatar
Junior Boarder

GK User
Fri Jun 05, 2015 3:45 pm
Could you please post an url to your site - to a particular place where I could see that "title"?
User avatar
Moderator

GK User
Tue Jun 09, 2015 12:00 pm
Hi!!

Unfortunately I can't give you a link, because web site is offline.
I can post the picture of "view source" if it'll help
Title.png
User avatar
Junior Boarder

GK User
Tue Jun 09, 2015 12:08 pm
Here is the code about that title from view source if image is not seen good:
Code: Select all
<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>
User avatar
Junior Boarder

GK User
Wed Jun 10, 2015 10:55 am
Its going blind, but you can try:
Please edit: /templates/gk_university/css/override.css and add at its end:
Code: Select all
section.category > header > h1 {
display: none;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron