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.

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

2 posters

Go down

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 Wed Jan 23 2013, 23:01

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/
archemist
archemist
New Member

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

Back to top Go down

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™ Mon Feb 04 2013, 17:28

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
Sir Chivas™
Sir Chivas™
Helper
Helper

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

https://aforums.org

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum