Search:

Search: Search took 1.00 seconds.

  1. [SOLVED] In your index.php you can find this: This...

    In your index.php you can find this:



    This one is now for the "Just Listed" tab. Change the class here and the other two to something like this:



    Now open your style.css and add this:
  2. [SOLVED] Look for this part in your style.css (starts...

    Look for this part in your style.css (starts around line 50):

    h1 { margin:0 0 12px 0; padding:0 0 5px; font:normal 22px/1.2em Georgia, "Times New Roman", Times, serif; }
    h2 { margin:0 0 12px 0;...
  3. Open your /classipress/styles/red.css and find...

    Open your /classipress/styles/red.css and find this around line 9:


    .header_main_bg { background:url("../images/content_topbg.gif") repeat-x scroll center top transparent; background-color:#FFF;...
  4. Replies
    10
    Views
    1,068

    [SOLVED] Hi The link for that button is in header.php ...

    Hi

    The link for that button is in header.php

    this is a core file so best back it up before attempting to change it.

    Hope this helps
  5. @rubyfoxsc: Open sidebar-ad.php, locate at...

    @rubyfoxsc:

    Open sidebar-ad.php, locate at line 17 the following code:


    <div class="tabprice">

    You'll need to remove the whole div. Select from line 17 to 146 where you'll find the code:
  6. Replies
    6
    Views
    1,240

    open your...

    open your /wp-content/themes/classipress/sidebar-ad.php and go to line 23

    Find and remove this:


    <li><a href="#priceblock2"><span class="big"><?php _e('Contact', 'appthemes')...
  7. Thanks for the light, but I've done a different...

    Thanks for the light, but I've done a different way.

    Tpl-blog

    <?php $args = array('posts_per_page' => 5, 'paged'=> $paged, 'post_type' => 'post'); query_posts($args); ?>

    and I can still...
Results 1 to 7 of 7