Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

changing text colour appearing in the image slider

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi there,

I've been trying to find a way to change the text colour in the image slider on the home page, but haven't been very successful in finding a way.

I've tried several options in the Thememagic menu but they don't have an influence.

Any ideas or suggestions how to get this done?

thanks,
  • dallaway's Avatar
  • dallaway
  • 6 Month Developer
  • 36 posts
  • Karma: 0
The administrator has disabled public write access.
Do you have a link for the site?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

the site is a local one, but it's identical to the demo of the Nebula template.
Hope that helps.
  • dallaway's Avatar
  • dallaway
  • 6 Month Developer
  • 36 posts
  • Karma: 0
The administrator has disabled public write access.
is it the same heading tag as in the demo?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
it is yeah.
  • dallaway's Avatar
  • dallaway
  • 6 Month Developer
  • 36 posts
  • Karma: 0
The administrator has disabled public write access.
so try adding to your custom.css file

#bannerwrap .zentools h2 {color:red;}

you will need to change the colour :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

I managed to succesfully change the title in the banner now. How do I get the rest of the text in the color too?

I tried to add h3 or paragraph, with no result.

thanks again for looking into the matter.

Dimitri
  • dallaway's Avatar
  • dallaway
  • 6 Month Developer
  • 36 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Can you try adjusting this colour value in your custom css

#bannerwrap p {
color: #fff;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

the suggestion didn't make any change, sadly.

Can I just ask.

There are several css files in the Nebula template, which one am I supposed to take?

Edit css/custom.css
Edit css/template-responsive.css
Edit css/template.css
  • dallaway's Avatar
  • dallaway
  • 6 Month Developer
  • 36 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

You need to add any new/changed css to the custom.css file

The change I suggested does work on the demo site

so guessing you must either have changed something in the module, added the css to the wrong file or added the coding wrongly

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: dallaway
Awesome, thanks a lot Paul. it worked now!
  • dallaway's Avatar
  • dallaway
  • 6 Month Developer
  • 36 posts
  • Karma: 0
The administrator has disabled public write access.
no problem

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers