post background 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

    post background

    poesia-verses
    poesia-verses
    Forumember


    Male Posts : 565
    Reputation : 22
    Language : and small english

    Solved post background

    Post by poesia-verses Sat 15 May - 7:36

    https://help.forumotion.com/t137252-button-to-choose-the-message-background

    the background of the post for this script is not colored completely

    post background Clipbo19
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15312
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: post background

    Post by skouliki Sat 15 May - 10:11

    hello

    i visit your forum and it seems ok to me

    post background Scre1906


    poesia-verses
    poesia-verses
    Forumember


    Male Posts : 565
    Reputation : 22
    Language : and small english

    Solved Re: post background

    Post by poesia-verses Sat 15 May - 10:48

    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: post background

    Post by TheCrow Sat 15 May - 11:50

    Hey,

    Just add in your CSS this rule:
    Code:
    .post {
      background-color: #a7b0b9!important;
    }

    and it should fix your problem.

    Regards,
    TC.



    post background Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    poesia-verses
    poesia-verses
    Forumember


    Male Posts : 565
    Reputation : 22
    Language : and small english

    Solved Re: post background

    Post by poesia-verses Sat 15 May - 15:03

    is it really not clear?
    you need the background to be completely in the post as a picture
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: post background

    Post by TheCrow Sat 15 May - 15:39

    Just to be clear. You want the butterflies background to be full or the grey one?



    post background Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    poesia-verses
    poesia-verses
    Forumember


    Male Posts : 565
    Reputation : 22
    Language : and small english

    Solved Re: post background

    Post by poesia-verses Sat 15 May - 15:52

    poesia-verses wrote:https://help.forumotion.com/t137252-button-to-choose-the-message-background

    the background of the post for this script is not colored completely

    post background Clipbo19
    poesia-verses
    poesia-verses
    Forumember


    Male Posts : 565
    Reputation : 22
    Language : and small english

    Solved Re: post background

    Post by poesia-verses Sat 15 May - 16:54

    for invision does not work
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: post background

    Post by Ape Sat 15 May - 17:59

    Hi Yes your right this code will not work right for invision forums right now as it was made before we added invision to our forums but with some work it should work

    What is the background URL you are using ?

    Butterfly or Grey ?



    post background Left1212post background Center11post background Right112
    post background Ape_b110
    post background Ape1010
    poesia-verses
    poesia-verses
    Forumember


    Male Posts : 565
    Reputation : 22
    Language : and small english

    Solved Re: post background

    Post by poesia-verses Sat 15 May - 18:08

    What is the background URL you are using ?

    Butterfly or Grey ?

    there is a list of backgrounds in the code, you switch
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: post background

    Post by Ape Sat 15 May - 18:12

    okay give this a try

    Admin Control Panel Settings:
    ACP >> Display Tab >> Pictures and Colors >> Colors >> CSS Tab >>

    FIND:
    Code:
    .post-entry {
        background-color: #A7B0B9;
        border-left: 1px solid #000;
        font-family: Times New Roman;
        font-size: 22px;
        line-height: 138%;
        margin-right: -70px;
        padding-bottom: 10px;
        padding-left: 10px;
    }


    REPLACE WITH :
    Code:
    .post-entry {
        background-color: #A7B0B900;
        border-left: 1px solid #000;
        font-family: Times New Roman;
        font-size: 22px;
        line-height: 138%;
        margin-right: -70px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    Result: post background Captu358

    NOTE:
    If You can't find the Code already installed on your CSS files Please just add this at the Top or Bottom then save.



    post background Left1212post background Center11post background Right112
    post background Ape_b110
    post background Ape1010

    TonnyKamper and poesia-verses like this post

    poesia-verses
    poesia-verses
    Forumember


    Male Posts : 565
    Reputation : 22
    Language : and small english

    Solved Re: post background

    Post by poesia-verses Sat 15 May - 18:22

    thanks

    solved

    Shocked
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: post background

    Post by Ape Sat 15 May - 18:29

    @poesia-verses Just a little fix you might want to look at

    Your profile is not lined up right

    So to add this to your CSS will help you more too.

    Find:
    Code:
    .postprofile {
        margin-left: 10px;
        width: 180px;
    }

    Replace with:
    Code:
    .postprofile {
        margin-left: 10px;
        width: 217px;
    }

    Before:
    post background Captu359

    After:
    post background Captu360

    again if not on your CSS files already just add the one called Replace Wink

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules



    post background Left1212post background Center11post background Right112
    post background Ape_b110
    post background Ape1010

    TonnyKamper likes this post