english 
Thread Options  Search this Thread  
Post: #1
17-10-2013 17:20 PM
HeadCoder


Joined: 03-10-2013
Posts: 18
Country: United Kingdom
Male HeadCoder is Offline now
Change the colur of your overlibs of cats text
this will remove the blue or green box you see on on click of the text box

@browse.php

find

CODE:
$subcategories


remove from the <span line and put this will add transparent

befor the

PHP:
$sc 


Add

CODE:
<span style="background-color: rgb( 17, 17, 17);">


find

CODE:
foreach ($_categoriesC as $c)


look for the line

remove and add

CODE:
<span style="background-color: rgb( 17, 17, 17);">


before the

CODE:
$cname


now you have transparent boxs

Quick Reply
Decrease Size
Increase Size
Insert bold text Insert italic text Insert underlined text Align text to the left Align text to the centerr Align text to the right Justify text Insert quoted text Code Insert formatted PHP code Insert formatted SQL code
Colors
Insert hyperlink Insert image Insert email address
Smilies
Insert hidden text



Forum Jump: