Changing text color in "Upcoming Events" module

  • Gabriella
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 5 months ago #17910 by Gabriella
I'd like to change the text color in the "Upcoming Events" from black to orange.

I'm quite new to programming and webdesign so I'd really appreciate the help.
I understand the CSS code lies somewhere within:

div.art-box-body.art-blockcontent-body
a.eb_event_link

but what is the actual CSS code that I can enter into my template.css to make the color change?

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

More
13 years 5 months ago #17932 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Changing text color in "Upcoming Events" module
Hi

You can open the css file of the module modules/mod_eb_events/css/style.css, find the css code below :
Code:
.eb_event_link { font-size: 110% ; font-weight: bold ; }

Change it to :
Code:
.eb_event_link { font-size: 110% ; font-weight: bold ; color : orange ; }

After that, it should work as expected .

Tuan

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

  • Gabriella
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 5 months ago #18010 by Gabriella
Hi Tuan, I tried your code but it doesn't work! I've cleared my cache and tried it in other browsers but I see no change.
Can you have a look or tell me what the problem might be?
Thanks in advance.

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

More
13 years 5 months ago #18049 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Changing text color in "Upcoming Events" module
You can submit a support ticket sending me administrator and FTP account of your site so that I can do the modification for you .

Tuan

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

Moderators: Tuan Pham Ngoc