Jump to content

Recommended Posts

Posted

Hey. I am using CityPortal skin and in every page that I have in the site, I am getting a grey title with the filename of the page, like this:

I wnat to remove th europeweather title. I didnt find which command changes it.

cp.png

And also, how do I change the "Pages - Airlines of Israel" title?

Posted

Inside the layout.tpl look for this code

<div id="templatemo_header">

       <div id="site_title">
           <h1> </h1>
       </div> <!-- end of site_title -->

and remove this

        <div id="site_title">
           <h1> </h1>
       </div> <!-- end of site_title -->

That should do it.

Posted

I'm sorry, I didn't go down far enough. Scroll almost all the way down and find this

<!-- end of templatemo_content_wrapper -->
   <div id="templato_other_content">
   			<div class="templatemo_box">
           	<h2><span></span><?php echo $page_title; ?></h2>

That should do it. Let me know if it didn't. I don't use this template anymore, so it is hard to check it.

Posted

He wants to get rid of the grey text, not the text in the color. You will have to go into core>pages, and edit the page, then reupload it. It will get rid of the europeweather title.

Posted

A couple of days ago, I was able to get rid of the text on those pages for him, now I cannot seem to figure out how to remove the text out of the index.php/pages/page.htm I've looked and looked, but maybe I missed something here.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...