YOUR CART
- No products in the cart.
If you purchased a template from us, you may have noticed that it comes with at least 9 preset colors. 8 presets that are default on Helix Ultimate 2 template and starting with 9 are the preset colors inserted by us.
While it is possible to edit these presets inserting your own color, they may be overriden in future template updates.
The solution to not have your desired color overridden is to create your own preset. In the following lines we will let you know how to do this.
– First you need to go to templates – template-name – open options.xml. Here find the comment – scroll down to the last preset (usually preset9), and you will find:
<preset name="preset9"
label="Preset 9"
default="#fe4b7b">
<color name="text_color"
value="#252525" />
<color name="bg_color"
value="#FFFFFF" />
<color name="link_color"
value="#fe4b7b" />
<color name="link_hover_color"
value="#044CD0" />
<color name="header_bg_color"
value="#FFFFFF" />
<color name="topbar_bg_color"
value="#333333" />
<color name="topbar_text_color"
value="#AAAAAA" />
<color name="logo_text_color"
value="#fe4b7b" />
<color name="menu_text_color"
value="#252525" />
<color name="menu_text_hover_color"
value="#fe4b7b" />
<color name="menu_text_active_color"
value="#fe4b7b" />
<color name="menu_dropdown_bg_color"
value="#FFFFFF" />
<color name="menu_dropdown_text_color"
value="#252525" />
<color name="menu_dropdown_text_hover_color"
value="#fe4b7b" />
<color name="menu_dropdown_text_active_color"
value="#fe4b7b" />
<color name="footer_bg_color"
value="#171717" />
<color name="footer_text_color"
value="#FFFFFF" />
<color name="footer_link_color"
value="#A2A2A2" />
<color name="footer_link_hover_color"
value="#FFFFFF" />
</preset>
Make a copy of this code and add your own preset, next number, in this case preset 10 (at the label you can write anything you want). Replace the default color of the preset with the one you want – let’s say you want your custom color code to be #cc2b5e. Your code should look like this:
<preset name="preset10"
label="My custom color"
default="#cc2b5e">
<color name="text_color"
value="#252525" />
<color name="bg_color"
value="#FFFFFF" />
<color name="link_color"
value="#cc2b5e" />
<color name="link_hover_color"
value="#044CD0" />
<color name="header_bg_color"
value="#FFFFFF" />
<color name="topbar_bg_color"
value="#333333" />
<color name="topbar_text_color"
value="#AAAAAA" />
<color name="logo_text_color"
value="#cc2b5e" />
<color name="menu_text_color"
value="#252525" />
<color name="menu_text_hover_color"
value="#cc2b5e" />
<color name="menu_text_active_color"
value="#cc2b5e" />
<color name="menu_dropdown_bg_color"
value="#FFFFFF" />
<color name="menu_dropdown_text_color"
value="#252525" />
<color name="menu_dropdown_text_hover_color"
value="#cc2b5e" />
<color name="menu_dropdown_text_active_color"
value="#cc2b5e" />
<color name="footer_bg_color"
value="#171717" />
<color name="footer_text_color"
value="#FFFFFF" />
<color name="footer_link_color"
value="#A2A2A2" />
<color name="footer_link_hover_color"
value="#FFFFFF" />
</preset>
You now have to paste this code above after the last preset.
– Now you need to go to templates – template-name – css – presets – duplicate a preset file – open it with a text editor and replace the main color of that file with your custom color.
Using our example, you go to the path specified above templates – template-name – css – presets – duplicate preset9.css – name it preset10.css – open it with a text editor – find color #fe4b7b and replace it with #cc2b5e
This should be all, now you should have your custom color available in the template options – the preset tab of our template.
We tried to explain as better as we could, if the words are not enough, we also created a video tutorial for you:
That’s it, in only 2 minutes you can insert the preset color you want.
Stay tuned for more tutorials.
We recently got Joomla 5 compatibility for Helix Ultimate framework and SP Page Builder 5, so in this post we are going to show you how to proceed with the update. Please note that if you are still using SP Page Builder 3, you cannot make the update yet, but don’t worry, we will add […]
We know that you have been thinking about creating an online learning platform recently. Here are some tips for success. 1. Define a target audience and its educational needs, tastes, and goals. 2. Create a clear interface to simplify navigation and access to the course. 3. Work harder to provide the audience with high-quality multimedia […]
As you may know, we are fans of the Sp Page Builder, but we are not that fond of its front end editor. Wheter we are talking about the 3rd or the 4th version, the main bug that prevents us from using and recommend it is the custom css section. Sp Page Builder is very […]
Another question we encounter often is how to get the page title and the breadcrumbs looking like in the demo. You may have noticed that the non-home pages of our demos usually have at the top a title and the link path to the page along side a background image. In this article I will […]
You may be aware of our installation method 2 from the documentation where we provided all the details needed for you to have the template looking like in the demo, but sometimes the users encounter issues following these steps, mainly because they don’t see the changes happening after they take certain steps. Please be aware […]
We often get asked about the available icons in our templates and how can they be customized. In this post I will show you where to find the icons in our templates and how to replace them. First I have to mention that all the templates come with Font Awesome Free icons. Any other icons […]
In case you want to work with us or are just curious what’s behind our templates, we will let you know in this post and in the next ones the template framework, components and modules we are using to develop our premium website themes. This may be useful in case you like our designs but […]
Many of our customers have lately asked about our templates being compatible with the future big release of Joomla. We answered everybody with an absolutely yes, we are planning to make all of our templates available for Joomla 4. As Joomla developers we have over 100 Joomla templates available, that are made with products from […]
An often request we have is regarding the issue of changes do not take effect when a client modifies the details in the Helix 3 or Helix Ultimate settings. This always happens because if a template has childs, a child template is probably in use for the respective Joomla menu item. For example: Lets say […]
We had a lot of questions lately regarding how someone can modify the css from our templates. We added in our documentation the places where you can find all the styling applied to our Joomla templates, but many people encounter problems in finding those places, especially when it comes to editing the custom.css file. In […]
In this article we will talk about the main component when it comes to developing our templates, and that is: Sp Page Builder Pro Sp Page Builder Pro offers a lot of functionalities and it’s impossible to cover all of them in this post. This article will cover some basic tips like dealing with rows, […]
In case you want to work with us or are just curious what’s behind our templates, we will let you know in this post and in the next ones the template framework, components and modules we are using to develop our premium website themes. This may be useful in case you like our designs but […]
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta ut risus necfeu giat. Mauris tincidunt sapien
If you loved our themes and support, you can be sure we are a solution for a long term partnership. Drop us an email anytime and find out more on why you should choose us for your online presence.
We recently got Joomla 5 compatibility for Helix Ultimate framework and SP Page Builder 5, so in this post we are going to show you how to proceed with the update. Please note that if you are still using SP Page Builder 3, you cannot make the update yet, but don’t worry, we will add […]
We know that you have been thinking about creating an online learning platform recently. Here are some tips for success. 1. Define a target audience and its educational needs, tastes, and goals. 2. Create a clear interface to simplify navigation and access to the course. 3. Work harder to provide the audience with high-quality multimedia […]