Title: [Plugin: CataBlog] Hide/Remove PDF Icon
Last modified: August 20, 2016

---

# [Plugin: CataBlog] Hide/Remove PDF Icon

 *  Resolved [blissybelle](https://wordpress.org/support/users/blissybelle/)
 * (@blissybelle)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-catablog-hideremove-pdf-icon/)
 * Hi. Firstly a big thank you for this plug-in, the Gallery theme is exactly what
   I’m looking for! I’ve also gave a 5 star rating to this awesome plug-in.
 * So my gallery consists of images, and linked to PDF documents when clicked. However,
   there is a small pdf icon right beside the image. Do you have any idea how to
   remove/hide it? I googled for help but can’t find the solution.
 * Thank you in advance!

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

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-catablog-hideremove-pdf-icon/#post-3023289)
 * Hello blissybelle, can you post your website link here. I will have a look at
   the code.
 *  Thread Starter [blissybelle](https://wordpress.org/support/users/blissybelle/)
 * (@blissybelle)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-catablog-hideremove-pdf-icon/#post-3023291)
 * [http://www.gaialiving.com.sg/press-release/](http://www.gaialiving.com.sg/press-release/)
 * Thank you!!
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-catablog-hideremove-pdf-icon/#post-3023300)
 * Have a look at your theme style.css file found on the following path:
 * [http://www.gaialiving.com.sg/wp-content/themes/sliding/style.css](http://www.gaialiving.com.sg/wp-content/themes/sliding/style.css)
 * at line 3927 and remove the pdf icon image as stated below.
 *     ```
       a[href$=".pdf"] {
           background-attachment: scroll;
           background-clip: border-box;
           background-color: transparent;
           background-image: url("images/icons/icon_pdf.gif");/////remove this line
           background-origin: padding-box;
           background-position: right center;
           background-repeat: no-repeat;
           background-size: auto auto;
           padding-bottom: 5px;
           padding-left: 0;
           padding-right: 20px;
           padding-top: 5px;
       }
       ```
   
 * You are using a Wootheme, there might be an easy way of removing this icon image
   through there framework. However the above will do the trick for you.
 * Kind regards
 *  Thread Starter [blissybelle](https://wordpress.org/support/users/blissybelle/)
 * (@blissybelle)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-catablog-hideremove-pdf-icon/#post-3023308)
 * Omg thank you so much mbrsolution!! It works like magic! 😀
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-catablog-hideremove-pdf-icon/#post-3023320)
 * You are most welcome 🙂
 * Kind regards
 *  [VeritasBanbury](https://wordpress.org/support/users/veritasbanbury/)
 * (@veritasbanbury)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-catablog-hideremove-pdf-icon/#post-3023413)
 * Hi mbrsolution
    I wonder if you could help me too. I also have pdf icons appearing
   to the side of the images I have in my widgets. I tried to follow the instructions
   you gave to blissybelle but I can’t find the line of text background-image: url(“
   images/icons/icon_pdf.gif”); to remove it. My website is [http://www.veritaswinebars.com](http://www.veritaswinebars.com)
 * I’d really appreciate any advice
    Many thanks
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-catablog-hideremove-pdf-icon/#post-3023414)
 * Hello [@veritasbanbury](https://wordpress.org/support/users/veritasbanbury/) 
   could you start a new support thread because this one is closed.
 * Thank you kindly.

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

The topic ‘[Plugin: CataBlog] Hide/Remove PDF Icon’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/catablog_f7f6f7.svg)
 * [CataBlog](https://wordpress.org/plugins/catablog/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/catablog/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/catablog/)
 * [Active Topics](https://wordpress.org/support/plugin/catablog/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/catablog/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/catablog/reviews/)

## Tags

 * [pdf](https://wordpress.org/support/topic-tag/pdf/)
 * [PDF icon](https://wordpress.org/support/topic-tag/pdf-icon/)

 * 7 replies
 * 3 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-catablog-hideremove-pdf-icon/#post-3023414)
 * Status: resolved