Results 1 to 2 of 2

Thread: How do I hide "no-pic.png"? Alter Post Button hover color?

  1. #1
    Thread Starter
    Senior Member herb_'s Avatar
    Join Date
    May 2009
    Posts
    230
    Thanks
    0
    Thanked 6 Times in 6 Posts

    How do I hide "no-pic.png"? Alter Post Button hover color?

    Hi, few questions...

    1. How can I hide the "no-pic.png" that is displayed when ads don't have a pic?

    I tried commenting out in index.php this part:


    but then the ad details get scooted all the way to the left. I don't want this pic displayed, but I want to remain the same amount of empty space where the pic would be.
    ---------------------------------------------------
    2. How can I control the .postbutton link hover color?

    I want the hover color to be different than the main hover color set for all links in master.css.

    I tried adding a .postbutton a:hover parameter to blue.css but that had no effect.
    ------------------------------------------------------
    3. How can I hide the << previous next >> links above ads?

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: How do I hide "no-pic.png"? Alter Post Button hover color?

    1) I would just create a blank no-pic.png image or use one to your liking. It's designed to put a placeholder there so unless you want to do some custom css and php work, I recommend leaving it there.

    2) Make sure you have the .css syntax correct. Also master.css might be overriding your change in blue.css. CSS is a tricky little sucker and much easier to debug if you have something like firebug (a firefox plugin).

    3) In the single.php remove the following code

    Code:
    <div class="alignright" style="margin-top:-19px;"><?php previous_post_link('&laquo; %link', __('Previous','cp'), TRUE) ?><?php next_post_link('%link &raquo;', __('Next','cp'), TRUE) ?></div>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How To Hide wp-admin page
    By bili.ph in forum ClassiPress General Discussion
    Replies: 3
    Last Post: April 20th, 2009, 02:25 AM