WordPress Affiliate Platform

Take control of your affiliates and drive more sales

  • Documentation
  • Affiliate Platform Plugin
  • Projects
  • Home

How to Customize the Appearance of the Affiliate View Using CSS

This document outlines some tips on how to change the look and feel of the WP affiliate platform affiliate view by tweaking some CSS. 

When you install the plugin, it should have created one of the on-page affiliate area using a shortcode approach. The different options for it are  explained on this page. So you can try them to see if one options work better than the other (given the theme you are using).

Inserting CSS Code Tweaks to Your site

You can add CSS tweaks to your site via the following interface of your admin dashboard:

Appearance -> Customize -> Additional CSS

Example CSS Tweaks

The following section has some example CSS code tweaks.

You can also read this tutorial to learn how you can inspect CSS code and add tweaks.

Customizing the Affiliate Portal Title

The affiliate portal title is rendered using a heading 3 (h3) element and includes the wp_aff_title CSS class. You can target this class to apply your own styling.

For example, the following CSS snippet changes the font family, size, and color of the title:

.wp_aff_title {
font-family: Arial, sans-serif !important;
font-size: 28px !important;
color: blue !important;
}

Changing the Affiliate Portal Body Text Color

You can change the main body text color of the affiliate portal by targeting the #wp_aff_inside ID. This controls the default font color used within the portal area.

For example, the following CSS snippet changes the body text color to gray:

#wp_aff_inside {
color: gray;
}

This guide has covered some basic changes that you can make to the affiliate view to give it a little personal touch. If you would like to learn more about some basic CSS then please see the Basic Guide to CSS article.

Filed Under: Design Tagged With: Design, Usage

Comments

  1. Ivy says:

    @Michal, You can translate the plugin into whatever you need to. The following forum post will explain more about this.

    http://www.tipsandtricks-hq.com/forum/topic/plugin-language-translation

  2. Michal Pomykala says:

    Hey, I’ve been using this plugin for a while and absolutely love it!
    Was wondering if it was possible to add Polish language in a future?

    Thanks,
    Michal

  3. Georges Depriester says:

    This is an excelent plugin, and the french version is very good. I love it.
    Thanks for your hard work

  4. kenduret says:

    That would be really helpful if the form was removed when the option is checked. Maybe even better if the ‘sign up’ link was removed from the index page as well.

  5. admin says:

    I can make it so if the “Disable Affiliate Signup” option is checked then it doesn’t show the form either. Will that help?

  6. Carl Ashwin says:

    Great plugin but the option to disable Affiliate signup does not disable the functionality to complete the form. You don’t find out you can’t register until you get to the bottom of the registration page, after the user has completed the form which is potentially frustrating for the user.

    I’d like to remove the option of Affiliate Sign Up all together. Anybody help on how I can do this?

    With thanks
    Carl.

  7. Ivy says:

    Hi Jay, Thank you for sharing this with us. We enjoy seeing how people are using our plugins and customizing them to fit their needs. This will also help anyone that is trying to do this type of front end customization. =)

  8. Jay Versluis says:

    I’ve just amended the front end using these instructions – however my client wanted a bit more, so I’ve jotted down my findings here:

    http://wpguru.co.uk/2010/08/how-to-style-wp-affiliate-platform/

  9. Ivy says:

    Hi, I had a look at Vooshthemes. It looks like the have customized the CSS of the Affiliate plugin. The following article will explain more about how to do this.

    http://www.tipsandtricks-hq.com/wordpress-affiliate/how-to-customize-the-appearance-of-the-affiliate-view-using-css-249

  10. Tyler C says:

    First of all, amazing plugin!

    I had a question regarding further customization. Do you have any idea how the people at Voosh Themes customized their registration page to integrate inside their theme like this: http://www.vooshthemes.com/wp-content/plugins/wp-affiliate-platform/affiliates/register.php

    I wasn’t sure if there was something simple inside the settings that does this or if it involves some trickery within the php files themselves. Thanks.

  11. admin says:

    If you go to the settings menu of the plugin you will be able to enter the title in the “Index Page Title” field. Whatever you enter there will be displayed in the header.

  12. Jason Davis says:

    How do I change the “WP Affiliate Platform” header title to read “2Leads Affiliate Platform”. I’ve dug in the code but cannot find it, is it a hidden template, running under some jscript, or….? Can I get some help Please.

    Jason

Leave a Reply

Your email address will not be published. Required fields are marked *

affiliate plugin infographic

Search

Recent Comments

  • admin on WP Affiliate Platform Frequently Asked Questions (FAQ)
  • Alex on WP Affiliate Platform Frequently Asked Questions (FAQ)
  • admin on WordPress Affiliate Platform Features
  • Ken Hammond on WordPress Affiliate Platform Features
  • admin on WooCommerce and WP Affiliate Software Plugin Integration

Featured WordPress Plugins

WP Express Checkout Plugin
wordpress_estore_icon
wordpress membership plugin icon
wordpress_affiliate_plugin_icon

Copyright © 2026 | WP Affiliate Plugin