Client Login

Click on the slide!

Taking your business to an Online Success!

Taking your business to the Internet

It has never been more important to be on the web than today. If you are not already in Google…

Click on the slide!

Strategy: Brand Awareness and Internet Marketing

Business Strategy

Building your brand and increasing your brand awareness, creating an online presence for your business! Appearing in top search enginesĀ …

Click on the slide!

Business Automation

Automating your business

Leave the most difficult task to your website: acquiring and building a pipe line of recurring customers! and why not,…

Click on the slide!

Customer Support

Dedicated Customer Support Team

We are here to serve you and keep you happy! We make sure to not just meet, but exceed expectations.

Frontpage Slideshow (version 2.0.0) - Copyright © 2006-2008 by JoomlaWorks

Color Chooser

The popular return of the color chooser in Mynxx makes a third appearance, in a more conservative and complimentary format. There are several options to choose from to supplement the elegance and ease of use with the template. Simply go to the template manager to change a variety of styles and colours.

Color Chooser


The options are as follows, and the areas that they control are indicative in their name:-

  • Body Style
  • Primary Colour

Creating your own presets

With Mynxx, we provide a series of preset configurations for the color chooser which you and your visitors can select from. However, if you wish to set or change these yourself, the process is extremely simple.

  1. Login into the Joomla Administrator
  2. Go to Extensions > Template Manager > rt_mynxx_j15
  3. Set Preset Styles to Custom
  4. Now, choose all the options you wish from the several options available
  5. Hit the Custom Styles button in the Button menu, located in the upper right of the template manager
  6. This will output all the values into the Custom Style Output box, situated below the options. Copy the outputted code from this box
  7. Open the file styles.php which is located within the /templates/rt_mynxx_j15/ directory
  8. Locate the following code block.
    $stylesList = array(
    	'dark-red'  => array('dark', "#cc0000"),
    	'dark-blue'  => array('dark', "#0066FF"),
    	'dark-green'  => array('dark', "#009933"),
    	'dark-orange'  => array('dark', "#FF9900"),
    	'light-red'  => array('light', "#cc0000"),
    	'light-blue'  => array('light', "#0066FF"),
    	'light-green'  => array('light', "#009933"),
    	'light-orange'  => array('light', "#FF9900")
    );
    
  9. Edit that block to meet your needs, either by remove the code between $stylesList = array( and ); and copying in the code directly, or adding the new style code to the list of current styles or whatever method you prefer.
    Ensure that you only edit the code in between $stylesList = array( and ); and ensure it is the right format otherwise you will receive errors
  10. Save, and upload the file to your site.