Line between posts - invision 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.
2 posters

    Line between posts - invision

    felicity4us2
    felicity4us2
    Forumember


    Posts : 345
    Reputation : 9
    Language : english

    Solved Line between posts - invision

    Post by felicity4us2 August 10th 2011, 9:49 am



    Hi, I have the same problem as with the below post -

    https://help.forumotion.com/t94792-link-colored-bar?highlight=link+++footer+color

    Can anyone give me the code that 'will' work here. It did work for me, but now isn't.

    Sorry to be a pain,
    Felicityhttp://www.igdid.com/
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Line between posts - invision

    Post by Nera. August 10th 2011, 9:53 am

    This one http://i.imm.io/7Red.png ?

    Change it here, it's the border bottom, remove it completely.

    Code:
    .post {
        background-color: #245E64;
        border-bottom: 10px solid #08FAE2;
    }
    felicity4us2
    felicity4us2
    Forumember


    Posts : 345
    Reputation : 9
    Language : english

    Solved Re: Line between posts - invision

    Post by felicity4us2 August 10th 2011, 10:16 am

    That be it. It didn't work.
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Line between posts - invision

    Post by Nera. August 10th 2011, 10:20 am

    It can not work since you added another what I can see in your CSS. You only needed to delete this border-bottom: 10px solid #08FAE2; as I wrote you up. Find it and delete it.
    felicity4us2
    felicity4us2
    Forumember


    Posts : 345
    Reputation : 9
    Language : english

    Solved Re: Line between posts - invision

    Post by felicity4us2 August 10th 2011, 10:36 am

    I took out that part - and it is still there - sorry. (:
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Line between posts - invision

    Post by Nera. August 10th 2011, 10:38 am

    It would be gone in that case. Doesn't matter.

    Add this to CSS
    Code:

    .post {
        border-bottom: none !important;
    }
    felicity4us2
    felicity4us2
    Forumember


    Posts : 345
    Reputation : 9
    Language : english

    Solved Re: Line between posts - invision

    Post by felicity4us2 August 10th 2011, 10:46 am

    Thank you - you are the best!!!!!!!!!!! banana
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Line between posts - invision

    Post by Nera. August 10th 2011, 10:48 am

    Welcome.

    Solved > Locked