The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    'Preview' 'Send' Buttons

    AuQaClan
    AuQaClan
    Forumember


    Male Posts : 283
    Reputation : 5
    Language : english

    Solved 'Preview' 'Send' Buttons

    Post by AuQaClan March 1st 2015, 12:20 am

    How do i go about to change the preview and send button?

    'Preview' 'Send' Buttons E69b674fa2359fbadf08212d9d2cfe4b
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Solved Re: 'Preview' 'Send' Buttons

    Post by _Twisted_Mods_ March 1st 2015, 12:44 am

    find this in your css  --- acp>display>colors>css tab


    Code:
    .pun .frm .frm-buttons input {
    background-image: url(http://i.imgur.com/Qt4G6.png);
    border: 1px solid #CCC;
    border-bottom: 1px solid #BBB;
    border-image: initial;
    border-radius: 4px;
    box-shadow: 0 1px 2px #ccc;
    color: #333;
    cursor: pointer;
    margin: 0 2px 16px;
    padding: 7px 22px;
    }

    either replace the url in the part below or remove the whole line


    Code:
    background-image: url(http://i.imgur.com/Qt4G6.png);
    AuQaClan
    AuQaClan
    Forumember


    Male Posts : 283
    Reputation : 5
    Language : english

    Solved Re: 'Preview' 'Send' Buttons

    Post by AuQaClan March 1st 2015, 1:09 am

    _Twisted_Mods_ wrote:find this in your css  --- acp>display>colors>css tab


    Code:
    .pun .frm .frm-buttons input {
    background-image: url(http://i.imgur.com/Qt4G6.png);
    border: 1px solid #CCC;
    border-bottom: 1px solid #BBB;
    border-image: initial;
    border-radius: 4px;
    box-shadow: 0 1px 2px #ccc;
    color: #333;
    cursor: pointer;
    margin: 0 2px 16px;
    padding: 7px 22px;
    }

    either replace the url in the part below or remove the whole line


    Code:
    background-image: url(http://i.imgur.com/Qt4G6.png);

    Solved cheers twisted!!
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Solved Re: 'Preview' 'Send' Buttons

    Post by _Twisted_Mods_ March 1st 2015, 1:27 am

    Topic solved and archived

      Current date/time is September 22nd 2024, 5:26 pm