Forum Replies Created

Viewing 4 replies - 31 through 34 (of 34 total)
  • The font colors can be changed in the appearance>editor>style.php as mentioned above. Really with a little trial and error everyone can figure that out. I was looking for the fix to the background colors being grey as mentioned in this original post.

    The background colors on this site are actually .png files that are in a folder called “images” in the original theme. If you change the colors (with a program like Photoshop) and reupload them to your original theme files through your FTP server/host then you can change theme colors.

    It’s a pain but that’s how this theme is done.

    I’m not a pro at this, I usually use forums to ask questions more than answer. However, I play with CSS a lot and will tell you what I’d do.

    You need to go into your CSS (Appearance > Editor) and then find the below code on your page:

    .menu li.home a, .menu li.love a, .menu li.foot a, .menu li.panda a {
      display: block;
      position: relative;
      padding-left: 40px;
    }

    Change the padding around, add padding-top: 10px; and see how that works out, if not try padding-bottom… with a little bit of luck you should be able to nudge this around to where it should be?

    You may have solved this but there is a plugin called Custom Sidebars you can download and customize for each page. Download, learn to use, and then just fill your new special sidebar with an empty text box or whatever else you need.

    Thread Starter megart04

    (@megart04)

    Oh, also tried creating a PageofPosts.php and in other .phps tried replacing <?php the_excerpt();?> with <?php the_content ();?> or visa versa.

Viewing 4 replies - 31 through 34 (of 34 total)