how to remove text 'wrote' on quote and change BG color of post? 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

    how to remove text 'wrote' on quote and change BG color of post?

    archemist
    archemist
    New Member


    Male Posts : 9
    Reputation : 1
    Language : Indonesia
    Location : Indonesia

    how to remove text 'wrote' on quote and change BG color of post? Empty how to remove text 'wrote' on quote and change BG color of post?

    Post by archemist January 23rd 2013, 10:01 pm

    when i quote someone post, there always been text 'wrote' after name user
    like this one how to remove text 'wrote' on quote and change BG color of post? 9TiWEzn

    it is possible to remove it?? (or edit the text at least) an add icon before name user
    this what i want how to remove text 'wrote' on quote and change BG color of post? ZDFQWSh

    for add the icon, i try using this code
    Code:
    $(document).ready(function(){
        $('.quote').parent().prev().child().child().before('
        <img src="http://i.imgur.com/yVGL4jC.png">
        ');
        });
    got that code from here >> Re: How do i get a quote box with icon on corner?
    but not work.



    one another problem.
    how to change backgroun color of post??
    in my forum there are 2 BG color,
    how to remove text 'wrote' on quote and change BG color of post? MBthhEE

    how to make BG color same for post 1 and post 2

    i use phpBB2
    my forum >> http://delusionalworld.forumo.org/
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6983
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    how to remove text 'wrote' on quote and change BG color of post? Empty Re: how to remove text 'wrote' on quote and change BG color of post?

    Post by Sir Chivas™ February 4th 2013, 4:28 pm

    To change the background color for the post look/search for this inside your CSS:
    Code:
    td.row1, td.row3.over:hover {
    background-color: #efefef;
    }

    Code:
    td.row1.over:hover, td.row2 {
    background-color: #dee3e7;
    }
    If not add this, and change the background color to whatever you wish, hope this helps. mwii