Search:
Search took 1.00 seconds.
-
Open style.css file and add this code there
p.post-price {
background-color: #FFFF99;
border-radius: 0 4px 4px 0;
box-shadow: 1px 1px 5px #B7B7B7;
float: left;
font: bold 17px...
-
which text? Do you mean the Title text? if yes, then adjust line 280 in your style.css file:
.slider ul li a {
font-size: 10px; (or whatever size you want)
font-weight: bold;
...
-
I guess you have already figured it out as I have checked your site and the font size has been changed already.
-
Perhaps you are referring to this tutorial http://www.appthemes.com/blog/creating-classipress-category-icons/.
-
To remove the option of the comments page ad you'll have to edit the "page.php"
Go to Wordpress admin => Appearance => Editor
Select the file page.php and click to edit it
Locate and remove the...
-
You can also find further information on "How To Create Custom Forms and Fields" in the ClassiPress installation instructions.
-
-
It is basically the same code as it just the way firebug displays the code.
-
It seems to load fine at my end using firefox 4.
-
It is nice to know that it is already sorted out.
-
Perhaps it is and so you may just ask them to move your site to an Apache server to give it a try.
-
I can't explain it any more than what has already been mentioned above. If they're not automatically being removed, then presumably you haven't dragged a new widget into the relevant sidebar..
-
It's in your style.css line 593, just add a padding-left: 30px;
#directory .catcol ul li.maincat a {
padding-left: 30px;
text-decoration: none;
}