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.

new - adds the word new to the .moduletable h3 span:after

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

Hi there

How is it possible to change the word from new to another word?

new - adds the word new to the .moduletable h3 span:after

Where do i find that code ?

Best regrads
Brian
  • brianronnow's Avatar
  • brianronnow
  • 12 Month Developer
  • 66 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Hi

You would best be writing new code and adding it to the custom.css file so its not overwritten on an update

.hot h3:after {
background: none repeat scroll 0 0 #F37C78;
content: "Hot";
}

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

.new h3:after {
background: none repeat scroll 0 0 #809C9F;
content: "New";
}

and add your background colour and text
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
Last Edit: 10 years 3 months ago by manh.
The administrator has disabled public write access.
Hi Paul

Thanks for you fast reply.

I will try your suggestions.

Cheers
  • brianronnow's Avatar
  • brianronnow
  • 12 Month Developer
  • 66 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
You're welcome

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