• Resolved zavakz

    (@zavakz)


    I would like to create a custom Image style. Also have it included in the list preferably (optional).

    A simple solution from the plugin side would be to have one Image style as “Custom” and then provide directions on where to edit the custom style to avoid these kind of questions, but for now:

    What is the recommended way to customize the style/theme? Obviously doing so within the plugin after an update would remove it, so how does one go ahead and remove the default stylings and then call the new styling?

    Thank you.

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

    (@wpkube)

    You don’t need to modify the plugin files directly. Just apply your own CSS to replace the default image for one of the existing colors.

    So for example you can modify the “silver” to use your own images:

    .cool-tag-cloud .ctcsilver .ctcleft a.tag-cloud-link,
    .cool-tag-cloud .ctcsilver .ctcleft a.tag-cloud-link:after {
        background-image: url("PATH_TO_IMAGE");
    }
    .cool-tag-cloud .ctcdefault .ctcleft a:hover,
    .cool-tag-cloud .ctcdefault .ctcleft a:hover:after {
        background-image: url("PATH_TO_HOVER_IMAGE");
    }
    Thread Starter zavakz

    (@zavakz)

    Just to clarify, where exactly do I apply my own CSS or modify the silver?

    I think you may have missed my point, when I add the plugin as a widget I do not see any option to choose say a custom image-style for me to then go and add custom css within my theme CSS files. Yes I could pick silver and add the modified CSS to my theme CSS file, but why have the first original silver be called for no reason.

    Is there a function I can use to disable the default CSS?

    Plugin Author WPKube

    (@wpkube)

    There’s an update coming this week that will have the option to select a “plain” style.

    For that style the plugin won’t apply any special styling (CSS), so you can style it in a way you like.

    Thread Starter zavakz

    (@zavakz)

    That is awesome, exactly what was needed.

    Thank you.

    Plugin Author WPKube

    (@wpkube)

    You’re welcome

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom Image style?’ is closed to new replies.