Hide the title on the Calendar Layout page.

  • Jon Steele
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 11 months ago #15712 by Jon Steele
I am trying to customize the look of the "Calendar Layout" page for Events Booking. I am hoping to hide the title on the calendar layout page so I can use a graphic in it's place.

I have tried editing the style.css but I can only manage to hide the title on all of Events Booking pages. Not so good for me.

here is a link to the page I am talking about. Calendar Layout

Any thoughts?

Please Log in or Create an account to join the conversation.

More
12 years 11 months ago #15745 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Hide the title on the Calendar Layout page.
You can edit the code alitle to remove the title. Open the file components/com_eventbooking/views/category/tmpl/calendar.php, find the code below and remove it :
Code:
if($this->category->name != '') : ?><h1 class="eb_title"><?php echo $this->category->name;?></h1><?php endif;

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc