• Hello,
    I use attachment file, there is a graphic button and it’s look like: that So i would like to change this image or use just background color but even if i use

    .qcf-style.Kontakt p input{
    background:#00617c;
    color:#FFFFFF;
    font-family:”Museo”;
    font-size:inherit;
    width:150px;
    height:40px;
    }
    .qcf-style.Kontakt p input[type=”file”] {
    background:url(../image/bg_filename.jpg) repeat !important;
    width:150px;
    height:35px;
    }

    where bg_filename.jpg is just a 1×1 px color image and i want to repeat this – still i have same graphic button – how i can change it ? I want simply dark background with white subtitle “add file”
    Thank You

    https://ww.wp.xz.cn/plugins/quick-contact-form/

Viewing 1 replies (of 1 total)
  • Hi,
    Styling file upload inputs is always difficult. There are lots of solutions but none of them are fully cross-browser compatible. Which is why I don’t try to do any styling in the plugin.

    I can’t really help with your problem without seeing the page. Can you email me the URL via the plugin website: http://quick-plugins.com/quick-contact-form/

Viewing 1 replies (of 1 total)

The topic ‘input[type="file"] – attachment css’ is closed to new replies.