• gcenser

    (@gcenser)


    my site page in question is http://www.glasfloss.com/product-categories/
    i am using the Tour Package template.
    The last selection box on that page is our Full Line brochure. I want to get rid of the pdf icon and only show the image, that is currently offset because of said icon.

Viewing 1 replies (of 1 total)
  • Bill

    (@chubbycrow)

    Using a custom css plugin or a child theme, add the styles below:

    a[href$=".pdf"] {
        background-image: none;
        background-repeat: no-repeat;
        padding-left: 0;
    }

    You’ll have to poke around the rest of your site though, to make sure there aren’t any unwanted by-products of this.

Viewing 1 replies (of 1 total)
  • The topic ‘Delete PDF icon when inserting PDF file into webpage’ is closed to new replies.