Difference between revisions of "Adding TLD Logos"

From WHMCS Documentation

(Created page with "WHMCS distributes many of the most common and popular TLD logos by default. However, you can also add your own. These logos will appear as part of the Domain Pricing Matr...")
 
(No difference)

Latest revision as of 18:32, 1 February 2022

WHMCS distributes many of the most common and popular TLD logos by default. However, you can also add your own.

These logos will appear as part of the domain pricing matrix.

Logo Files

When you add logos, you must name your logo image files after the extension they represent.

For optimal compatibility, logo files should use the .png format and have a transparent background.

Uploading

Upload them to the assets/img/tld_logos/ directory of your WHMCS installation.

Future upgrades won't affect any additional logo files you add to this directory.

Custom CSS

You can customize the look and feel of your spotlight TLDs by adding the following CSS to your custom.css in templates/*template_name*/css/custom.css:

.featured-tld .price.tld_here {
background-color: #42AC60;
color: #fff;
}