The most frequent question we get is how can someone edit the design of the purcahsed template. We added in our documentation the places where you can find all the styling applied to our Joomla templates, but many encounter issues in locating the exact place where one needs to do the change.
In this post we will show you the steps on how to use the browser’s developer tools to be able to check the styles applied to certain parts of a template and we will address some frequent questions.
Firstly we recommend using Mozilla Firefox for this, but Google Chrome or any other browser is alright too.
To enable developer tools you need to press Ctrl+Shift+C or Ctrl+Shift+I for Windows/Linux or Cmd+Option+I for MAC in your browser.
A dock containing all the codes applied to the page should appear on your screen:
Now let's say you wish to modify the Award part, the We’re a global award wining company text.
Using browser's developer tools is very useful, as you can test how your modifications would look before you make them. To wrap things up, this is how to use this tool efficiently:
A list of the questions that arise most often when using this tool.
Usually we put a limit on a logo image's height or width, so it looks good on the demo. However your logo may be different so you need to adjust the parameters according to your needs.
Also when using logo variations (one style for the default header and another one for the sticky header) we use css filtering to change the logo's appearance.
You can view and change/remove these settings using browser's developer tools as explained above to locate these changes.As you can see from the image, the modifications applied to the logo can be found in the custom.css file, on line 677.
If a style appears as being inline, this means it can be found in three places.
First case is when working with a SP Page Builder addon. Inline styles are found and generated in the addon's settings:
or in the style tab of the addon:
Second case where inline styles are located is the template options, the custom code tab. This is usually where you can find general styles for the header (logo, menu)
As you can see for this template style only, the logo has a min-width set up. A setting you can edit in the template options:
Third case, although rarely, inline styles may be found in the SP Page Builder's page css. You can find this by clicking on the Page Settings - Page CSS tab:
If you don't see the changes you make, check with browser developer tools to see if they are applied. If you don't see them applied to the custom.css file, then it's most definetly a cache issue. Clear your browser/Joomla/server cache and check again.
Also it is wise not to enable any compression/cache or use tools like JCH Optimize until you have finished your website.