• Resolved blissybelle

    (@blissybelle)


    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)
  • Hello blissybelle, can you post your website link here. I will have a look at the code.

    Thread Starter blissybelle

    (@blissybelle)

    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

    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

    (@blissybelle)

    Omg thank you so much mbrsolution!! It works like magic! 😀

    You are most welcome 🙂

    Kind regards

    VeritasBanbury

    (@veritasbanbury)

    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

    I’d really appreciate any advice
    Many thanks

    mbrsolution

    (@mbrsolution)

    Hello @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.