- Posts: 1
- Thank you received: 0
Hide the title on the Calendar Layout page.
- Jon Steele
- Topic Author
- Offline
- New Member
-
Less
More
12 years 11 months ago #15712
by Jon Steele
Hide the title on the Calendar Layout page. was created 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?
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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 :
Regards,
Tuan
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.