backround to emoticons Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
4 posters

    backround to emoticons

    luiz187
    luiz187
    Forumember


    Male Posts : 183
    Reputation : 3
    Language : English and Portuguese and some Spanish
    Location : ISS

    Solved backround to emoticons

    Post by luiz187 June 26th 2013, 5:13 am

    How do i change ir delete the backround to thisbackround to emoticons Img_2027


    Last edited by luiz187 on June 28th 2013, 8:56 pm; edited 1 time in total
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: backround to emoticons

    Post by levy June 26th 2013, 10:05 am

    Hello , the page background and emoticons background are same ,and that your image : https://i.servimg.com/u/f81/18/20/11/71/images14.jpg


    Code:
    #smiley-box, .smile-status-box {
    background: none!important;
    }
    #smiley-box body{backgroundne!important;}

    Add that in your CSS
    luiz187
    luiz187
    Forumember


    Male Posts : 183
    Reputation : 3
    Language : English and Portuguese and some Spanish
    Location : ISS

    Solved Re: backround to emoticons

    Post by luiz187 June 26th 2013, 6:20 pm

    I don't know CSS Sad Where do i put that? Sorry.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51518
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: backround to emoticons

    Post by SLGray June 26th 2013, 6:25 pm

    Administration Panel > Display > Colors & Pictures > Colors
    CSS Stylesheet Tab



    backround to emoticons Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Selvester
    Selvester
    Forumember


    Female Posts : 255
    Reputation : 10
    Language : English, French (little bit)

    Solved Re: backround to emoticons

    Post by Selvester June 27th 2013, 12:16 am

    Actually asked this question myself here... https://help.forumotion.com/t125136-emoticon-background

    So I shall provide the answer that Ape was so kind to share with me. 


    Ape wrote:Here is the code that should be put in your CSS files

    CODE:
    Code:
    html#sceditor_smilies body {
                background-image: none;
                background-color: #YOURCOLOR;
            }

    if you want to put some other background on there please
    Change:
    Code:
    background-image: none;

    To:
    Code:
    background-image: url(YOUR URL HERE)!important;

    Remove:
    Code:
    background-color: #YOURCOLOR;

    To find the CSS follow the directions SLGray provided above...

    Administration Panel > Display > Colors & Pictures > Colors > CSS Stylesheet Tab
    luiz187
    luiz187
    Forumember


    Male Posts : 183
    Reputation : 3
    Language : English and Portuguese and some Spanish
    Location : ISS

    Solved Re: backround to emoticons

    Post by luiz187 June 28th 2013, 8:57 pm

    Thanks Selvester it worked! Its solved.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51518
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: backround to emoticons

    Post by SLGray June 28th 2013, 11:26 pm

    Topic Solved & Locked



    backround to emoticons Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.