- Posts: 13
- Thank you received: 0
Changing text color in "Upcoming Events" module
- Gabriella
- Topic Author
- Offline
- New Member
-
Less
More
13 years 5 months ago #17910
by Gabriella
Changing text color in "Upcoming Events" module was created 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?
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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 :
Change it to :
After that, it should work as expected .
Tuan
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
-
Less
More
- Posts: 13
- Thank you received: 0
13 years 5 months ago #18010
by Gabriella
Replied by Gabriella on topic Re: Changing text color in "Upcoming Events" module
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.
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 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.