Sorry, I don’t use wordpress and it sounds like you are asking specific wordpress implementation questions so you’ll have to wait for a wordpress user to help.
in sidebar , text is written Advertisement here " how i should i removed it; i cann’t see in sidebar code
thanks in advance
Do you mean you want to move the Categories from the sitebar? If you follow the link I gave above, you can find the Categories code and move it up to the header/board section instead, which will probably either be in header.php or index.php (same path as above).
As for the Advertise here, that seems to be added by the JavaScript code for the advertising link. So either remove the advertising altogether, or maybe contact BuySellAdd to find out how to modify it.
Off Topic:
“Unless Ralph has a solution in his infinite wisdom”
Yup, as in :
the quality of being wise; knowledge, and the capacity to make due use of it; knowledge of the best ends and the best means; discernment and judgment; discretion; sagacity; skill; dexterity
[QUOTE=ralph.m;4518465]To get rid of the numbers, change
name&optioncount=1
sir , thanks for the reply, i moved div menu code in featured box, now it’s looks fine, plz tell me, if we create separate code in style sheet, how should we create it what is your suggestion .
we need to change the name as well in header code of menu to else,
i need red background , when mouse goes on the categories text, it should be white and text black , now sir, what should be change in the code
i placed the full code of style sheet
html #mainmenu ul li a{ /IE6 hack to get sub menu links to behave correctly/
display: inline-block;
float:left;
}
html #mainmenu ul li ul li a{ /IE6 hack to get sub menu links to behave correctly/
float:none;
} #mainmenu ul li a:link, #mainmenucat ul li a:visited{
text-decoration:none;
} #mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
color:#fff;
background:#9d0d12;
text-decoration:none;
}
/1st sub level menu/ #mainmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
margin:0 0 0 17px;
}
/Sub level menu list items (undo style from Top level List Items)/ #mainmenu ul li ul li{
display: list-item;
float: none;
font-size:1.0em;
background:none;
padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu / #mainmenu ul li ul li ul{
top: 0;
margin:0;
}
/ Sub level menu links style */ #mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
width: 160px; /width of sub menus/
height:auto;
padding: 7px 5px 7px 10px;
margin: 0;
background:#9d0d12;
border-top-width: 0;
text-align:left;
text-decoration:none;
color:#d89ea0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:capitalize;
font-weight:normal;
} #mainmenu ul li ul li a:hover{ /sub menus hover style/
text-decoration:none;
color:#fff;
}