Welcome, Guest
Username Password: Remember me

More colors in Mira template
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: More colors in Mira template

More colors in Mira template 12 months ago #681

  • jostein
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
I have just installed the Mira template on a website which has a brown theme. None of the default colors in Mira is a perfect choice, so I would like to add a new color (brown) in Mira. How can I do that?

Regards,
Jostein

Re: More colors in Mira template 11 months, 4 weeks ago #682

  • piranha
  • OFFLINE
  • Jomres Extras Developer
  • Posts: 532
First of all you need to make a copy of one css file (let`s say blue.css) and rename it to brown.css. Edit the css to have the brown colors, then add this option to the admin area, where you choose the colors. The file you need to edit is j16000je_mira.class.php , and right after you see:

$options[] = jomresHTML::makeOption( 'orange', _JRPORTAL_JE_MIRA_0RANGE );

add:

$options[] = jomresHTML::makeOption( 'brown', _JRPORTAL_JE_MIRA_BROWN );

Then add the _JRPORTAL_JE_MIRA_BROWN language definition to the en-GB.php language file:

define('_JRPORTAL_JE_MIRA_BROWN',"Brown");

That should be it.
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page

Re: More colors in Mira template 11 months, 4 weeks ago #683

  • jostein
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Thank you Piranha. It worked perfectly!
  • Page:
  • 1
Time to create page: 0.38 seconds