Customize css styles in AdAdmin

To customize the css styles of your AdAdmin installation you have to create a custom theme. To create a custom…

June 17, 2022

To customize the css styles of your AdAdmin installation you have to create a custom theme.

To create a custom theme go in the AdAdmin data folder (normally it is amb/data dir).

Inside this folder there is directory called tema, which is the italian word for theme. So you can duplicate the tema folder and rename it as you want. For example call your copied folder mytheme.

After that, open the pons.settings.php file and change the line 44, which is this one:

DEFINE("DOMINIODEFAULT","tema");// graphic theme folder

change “tema” and place your folder name:

DEFINE("DOMINIODEFAULT","mytheme");// graphic theme folder

Now AdAdmin loads your files in this folder.

Inside your mytheme you will find some php files. For example here you can customize your layout-login-form.php, pay attention to not delete important code.

You can modify the stile.css file. Which, as you can see, it is empty. This css file is for your customization, it’s included all over the AdAdmin backoffice pages.

Author

PHP expert. Wordpress plugin and theme developer. Father, Maker, Arduino and ESP8266 enthusiast.

Recommended

Tracking clicks on links in text with AdAdmin

With version 4.0.4 you can use clickTag to track clicks everywhere.

April 29, 2023

AdAdmin v.3.994

Version update out now.

October 20, 2022

AdAdmin 3.993: added support for crypto payments and more features

Coinbase commerce, user permissions flags and more improvements

September 6, 2022

AdAdmin add footer sticky banner

To add a footer sticky banner with AdAdmin software follow these steps: Create a new AdAdmin position Create a new…

April 16, 2022

AdAdmin vignette banner configuration

How to properly configure a vignette ads position in AdAdmin

April 12, 2022

AdAdmin ad scripts with document.write

Script banners that uses document.write javascript function doesn’t work anymore with AdAdmin positions since version v.3.85 (03/11/2020). This happens because…

March 9, 2022