• Hi,
    I´m using your plugin since a few weeks..works great so far :-).

    I was thinking about using my own custom color…but I realized…the tag background is an PNG…stored in Plugins/cool-tag-cloud/inc/images….so could you please give me a manual of generating these PNG´s per Photoshop? Is this possible?

    Would the widget realize….there´s another color set created..or is there the need to add some code to the php?

    Regards*René

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @golfball-uhu

    You could replace the PNG for one of the existing colors to be the color you want. The name would remain the same in the options but would use your colors. That’s the easiest approach.

    You can download the PSD here

    To avoid the change being gone on update I suggest adding the image to your media library and then use the following CSS:

    .cool-tag-cloud .ctcblue .ctcleft a,
    .cool-tag-cloud .ctcblue .ctcleft .tag-cloud-link,
    .cool-tag-cloud  .ctcblue .ctcleft a:after,
    .cool-tag-cloud  .ctcblue .ctcleft .tag-cloud-link:after,
    .cool-tag-cloud .ctcblue .ctcleft a:hover,
    .cool-tag-cloud .ctcblue .ctcleft a:hover:after {
    	background-image: url("FULL_URL_TO_IMAGE") !important;  
    }
    
    .cool-tag-cloud .ctcblue .ctcleft a:hover, .cool-tag-cloud .ctcblue .ctcright a:hover ,
    .cool-tag-cloud .ctcblue .ctcright a, .cool-tag-cloud .ctcblue .ctcleft a,
    .cool-tag-cloud .ctcblue .ctcright .tag-cloud-link, .cool-tag-cloud .ctcblue .ctcleft .tag-cloud-link,
    .cool-tag-cloud .ctcblue .ctcright a:visited, .cool-tag-cloud .ctcblue .ctcleft a:visited {
        color: #fff !important;
        text-shadow: none !important;
    }

    That code is assuming you replace the image for the blue option.

    Thread Starter golfball-uhu

    (@golfball-uhu)

    Very cool…thx…I´ll probably try this over the eastern holidays 🙂

    Plugin Author WPKube

    (@wpkube)

    You’re welcome, let me know how it goes 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Create own custom color set’ is closed to new replies.