Up Coming Events

More
12 years 3 months ago #25807 by Jim
Up Coming Events was created by Jim
I'm trying to modify the url links that show up in upcoming events. Firebug would have me believe I'm looking for a class called eb_event_link, however, I'm not able to locate this class or anything else that will allow me to change the type/color of links.

Any assistance would be greatly appreciated.

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

More
12 years 3 months ago #25874 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Up Coming Events
Hi Jim

You can simply add that css class into the css file (components/com_eventbooking/assets/css/style.css and add any css code to make it works as you want.

Tuan

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

More
12 years 3 months ago #25889 by Jim
Replied by Jim on topic Re: Up Coming Events
Thank you for the quick response. I'll give that a try.

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

More
12 years 2 months ago #26660 by Bryan
Replied by Bryan on topic Re: Up Coming Events
Is this also how I would change the background colour of the up coming events module? What code would I add to the CSS to change the background colour to one of my choice?
Thanks,
Bryan

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

More
12 years 2 months ago #26691 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Up Coming Events
Hi Bryan

Send me the link to the page. I will have a look at it and guide you how to change the background.

Tuan

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

More
12 years 2 months ago #26699 by Bryan
Replied by Bryan on topic Re: Up Coming Events
coldspringpaddling.com/
It's the module in the sidebar.
Thanks,
Bryan

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

More
12 years 2 months ago #26760 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Up Coming Events
Hi Bryan

I just had a quick look and found that the css for background of the up-coming events module comes from your site template css. Look at the file libraries/gantry/css/gantry.css, find the css code below (line 94) and change the color code to the color you want :
Code:
#rt-sidebar-a {background-color:#e0e0e0;}


After that, it will work as expected .

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

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

More
12 years 2 months ago #26771 by Bryan
Replied by Bryan on topic Re: Up Coming Events
Thank you Tuan, that's exactly what I was looking for.
Cheers,
Bryan

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

More
12 years 2 months ago #26914 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Up Coming Events
Happy to help :).

Tuan

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

Moderators: Tuan Pham Ngoc