Search:

Search: Search took 1.00 seconds.

  1. Replies
    16
    Views
    724

    Open style.css file and add this code there ...

    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...
  2. Replies
    1
    Views
    466

    which text? Do you mean the Title text? if yes,...

    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;
    ...
  3. Replies
    2
    Views
    680

    I guess you have already figured it out as I have...

    I guess you have already figured it out as I have checked your site and the font size has been changed already.
  4. Replies
    1
    Views
    454

    Perhaps you are referring to this tutorial...

    Perhaps you are referring to this tutorial http://www.appthemes.com/blog/creating-classipress-category-icons/.
  5. Replies
    11
    Views
    4,779

    [SOLVED] To remove the option of the comments page ad...

    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...
  6. You can also find further information on "How To...

    You can also find further information on "How To Create Custom Forms and Fields" in the ClassiPress installation instructions.
  7. Replies
    13
    Views
    1,053

    [SOLVED] You're welcome :)

    You're welcome :)
  8. It is basically the same code as it just the way...

    It is basically the same code as it just the way firebug displays the code.
  9. It seems to load fine at my end using firefox 4.

    It seems to load fine at my end using firefox 4.
  10. Replies
    7
    Views
    547

    It is nice to know that it is already sorted out.

    It is nice to know that it is already sorted out.
  11. Replies
    31
    Views
    1,393

    Perhaps it is and so you may just ask them to...

    Perhaps it is and so you may just ask them to move your site to an Apache server to give it a try.
  12. Replies
    12
    Views
    1,343

    I can't explain it any more than what has already...

    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..
  13. Replies
    6
    Views
    1,695

    [SOLVED] It's in your style.css line 593, just add a...

    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;
    }
Results 1 to 13 of 13