[solved] UNA ADs module - How To upload a custom category Icon?

I wonder how I can upload a custom category Icon on a UNA cloud4 package.

There is no upload ICON possibility.

image_transcoder.php?o=bx_froala_image&h=5170&dpx=2&t=1623307144

  • 752
  • More
Replies (2)
    • Hello Peter !

      You need to perform the following actions:

      1) go to the Studio->Storage->Images area, press the "Add" button, in the appeared box you need to upload your icon, then press "Done".

      2) copy the URL value of the newly added record. It has a look like [UNA site URL]/s/sys_images/ltx9hmuvregraw5np42z3fvnxncbqrky.png

      3) go to the Studio->[Your template name]->Styles->Custom Styles area of your mix and add the following lines to the end:

      .sys-icon.my_new_icon:before, .fa-my_new_icon :before {

        content: URL("[your URL from the previous step]");

      }

      Save your changes.

      4) go to the Studio->Ads->Categories area and edit the necessary category. In the "Icon" field (like in your screenshot) you need to set the value "my_new_icon" from point 3. Save it.

      • Thank You very much LeonidS

        Login or Join to comment.