Add Spotlight TLD Logos
On this page
The Spotlight TLDs section of the Client Area Register Domain page displays logos and pricing information for popular domain extensions. After you add an extension to your Spotlight TLDs section, you can customize the displayed logo.
WHMCS distributes many of the most common and popular TLD logos by default. You can also add your own and customize the page’s CSS.
- To add an extension to the Spotlight TLDs section, you must click the lightbulb icon () next to the desired TLD in the list of extensions at Configuration () > System Settings > Domain Pricing. Custom logos will not display unless you have already set the extension as a Spotlight TLD extension.
- If a logo image is not available in the
/assets/img/tld_logos/
directory of your WHMCS installation, that extension will not appear in the Spotlight TLDs section of the page.
Add a Logo
To add a logo for a TLD, upload the desired image file to the assets/img/tld_logos
directory in your WHMCS installation.
- 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. - 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
file in the templates/template_name/css/custom.css
file, where template_name
is the template name:
.featured-tld .price.tld_here {
background-color: #42AC60;
color: #fff;
}
Last modified: 2025 January 28