OS Property support center

Change tags color

  • Lienzo
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 6 months ago #50062 by Lienzo
Change tags color was created by Lienzo
Hi,
I'm trying to change the color of the tags in properties (currently red)
Which files and lines should I edit?

Thank you in advance.

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

More
11 years 6 months ago #50065 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Change tags color
Hi Lienzo,
To change the color of "Tags" in properties, you can follow these steps
1. Open file: components > com_osproperty > classes > listing.html.php
2. find
$tagArr[] = "<a href='$link'><span class='label label-important'>".$tag->keyword."</span></a>";
and you can change "label-important" by one of bellow classes
label-success : green
label-warning : orange
label-info : blue
label-inverse : black

Good luck
Dam

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

Moderators: Dang Thuc DamNguyen Phu Quan