Search:

Search: Search took 1.00 seconds.

  1. [SOLVED] You may disable it through the Classipress...

    You may disable it through the Classipress admin>>Settings>>General tab in the "Category Options" section.
  2. Add this to your...

    Add this to your /wp-content/themes/classipress-314/styles/custom.css
    .content_botbg {
    background-image: none;
    border-style: none;
    }

    Enjoy it,
  3. Replies
    131
    Views
    15,409

    [TUTORIAL] In 3.1.3 it is actually simplier than thought ...

    In 3.1.3 it is actually simplier than thought

    in index.php find ~line 113

    <h3><a href="<?php the_permalink(); ?>"><?php if ( mb_strlen(get_the_title()) >= 75 ) echo mb_substr( get_the_title(),...
  4. Replies
    2
    Views
    385

    You can make this change by editing the file...

    You can make this change by editing the file "theme-header.php"

    Locate the following line to make the change.
  5. Replies
    2
    Views
    628

    [SOLVED] Just remove the border-top through the code below...

    Just remove the border-top through the code below in the style.css .



    .content {
    background: url("images/content_topbg.gif") repeat-x scroll center top transparent;
    border-top: 2px...
Results 1 to 5 of 5