Title: Custom image
Last modified: August 31, 2016

---

# Custom image

 *  Resolved [filurx](https://wordpress.org/support/users/filurx/)
 * (@filurx)
 * [10 years ago](https://wordpress.org/support/topic/custom-image-6/)
 * Hi
 * First best forum plugin out there – dont slow your wordpress down. Thanks
 * What i wanted to know is this – would it be posible to add custom image to forum
   sections? categories?
 * cheers martin
 * [https://wordpress.org/plugins/asgaros-forum/](https://wordpress.org/plugins/asgaros-forum/)

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

 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [10 years ago](https://wordpress.org/support/topic/custom-image-6/#post-7361052)
 * You mean custom images in the forum-overview for example? You can already modify
   them via CSS because you can select them via an CSS-ID.
 * For the category-title in the overview with the ID 144 you can use:
    `#forum-
   category-114`
 * Same with forums: You can select a forum with the ID 368 with:
    `#forum-368`
 *  Thread Starter [filurx](https://wordpress.org/support/users/filurx/)
 * (@filurx)
 * [10 years ago](https://wordpress.org/support/topic/custom-image-6/#post-7361092)
 * Hi
 * Is it this part of the forum and how do i do that,im not a coder?
 * }
 * /* OVERVIEW/FORUM */
    #af-wrapper .forum [class^=”dashicons-“], #af-wrapper .
   forum [class*=” dashicons-“], #af-wrapper .thread [class^=”dashicons-“], #af-
   wrapper .thread [class*=” dashicons-“] { padding: 0; }
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [10 years ago](https://wordpress.org/support/topic/custom-image-6/#post-7361130)
 * You can try something like this to set a image called “paper.gif” as the background:
 *     ```
       #forum-category-114 {
           background-image: url("paper.gif");
       }
   
       #forum-368 {
           background-image: url("paper.gif");
       }
       ```
   
 * And yes, the code you provided is a part of it. It is used for the icons.

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

The topic ‘Custom image’ is closed to new replies.

 * ![](https://ps.w.org/asgaros-forum/assets/icon-128x128.png?rev=1546717)
 * [Asgaros Forum](https://wordpress.org/plugins/asgaros-forum/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/asgaros-forum/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/asgaros-forum/)
 * [Active Topics](https://wordpress.org/support/plugin/asgaros-forum/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/asgaros-forum/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/asgaros-forum/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Asgaros](https://wordpress.org/support/users/asgaros/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/custom-image-6/#post-7361130)
 * Status: resolved