CSS confusion for eb-page-heading

More
10 years 1 month ago - 10 years 1 month ago #42502 by Scott
CSS confusion for eb-page-heading was created by Scott
Hey guys. Great product, love it, works great for what I'm trying to achieve. One issue though is with the eb-page-heading on the Upcoming Events.

If you look here, you'll see what I mean. events.brucepincottsalesexecutionist.com/

I either need to drop the 'Upcoming Events' heading to a h2 or 3 or figure out how to space it higher above the table, it looks cluttered. I've dug up the /components/com_eventbooking/assets/css but changing the value has no effect. I also tried adding it to the template and style css of Clarion with no success.

What am I missing?

Scott.

EDIT: I've discovered a workaround - by removing the text.
Last edit: 10 years 1 month ago by Scott.

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

More
10 years 1 month ago #42568 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic CSS confusion for eb-page-heading
Hi Scott

You hided it so I could not see the problem. However, if you want to change it to use h2 or h3 tag instead of h1, please open the file components/com_eventbooking/views/upcomingevents/tmpl/default.php, find the code below :
Code:
<h1 class="eb-page-heading"><?php echo JText::_('EB_UPCOMING_EVENTS'); ?></h1>

Change h1 to h2 or h3 and it should solve your problem !

Tuan
The following user(s) said Thank You: Scott

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

More
10 years 1 month ago #42582 by Scott
Replied by Scott on topic CSS confusion for eb-page-heading
Thanks Tuan, I never would have figured that out on my own.

Keep up the brilliant work!

Scott.

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

More
10 years 1 month ago #42667 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic CSS confusion for eb-page-heading
Thanks Scott for your nice words. The extension will continue being improved, so keep an eye on our website to get updated version (some major improvements are coming).

Tuan

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

Moderators: Tuan Pham Ngoc