Welcome, Guest
Username: Password: Remember me

TOPIC: How to change left side border colors?

How to change left side border colors? 6 years 1 month ago #6525

  • Xergiok
  • Xergiok's Avatar
  • OFFLINE
  • New Member
  • Posts: 6
  • Karma: 0
Hello! This is a really excellent module, but I have one question. I'm trying to figure out where the colors of the 3px wide left border on each event are defined? I've inspected the code in Chrome and the border colors are obviously called as inline style for each event div. But if I search for the color values in the module's folder (e.g. rgb(189,240,161)...) I get no results. How can I customise these colors?
The administrator has disabled public write access.

How to change left side border colors? 6 years 1 month ago #6526

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello Xergiok
Border color we using function get random and not fixed it. You can see this code in file
modules/mod_jo_facebookevents_pro/tmpl/default.php and go to line 110 and 267
style="border-color: <?php echo 'rgb('.rand(128,255).','.rand(128,255).','.rand(128,255).')'?>"
Best regards
Bach Pham
The administrator has disabled public write access.
The following user(s) said Thank You: Xergiok

How to change left side border colors? 6 years 1 month ago #6529

  • Xergiok
  • Xergiok's Avatar
  • OFFLINE
  • New Member
  • Posts: 6
  • Karma: 0
Superb! Thank you very much :)
The administrator has disabled public write access.

How to change left side border colors? 6 years 1 month ago #6533

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi
Thank you for using our products and have a nice day
Best regards
Bach Pham
The administrator has disabled public write access.
Time to create page: 0.041 seconds