Remove Prices

Support Area Forums Foxy Remove Prices

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #20228
    David Hayden
    Participant

    A client has alerted me that they are doing a full menu change rollout soon. In the meantime they want me to remove all the prices from the current menu. Doing this manually sounds like a dreadful way to spend a day. Do you happen to have a css snippet that would remove the prices and that I could remove in the future when they rollout the new menu?

    Also, just a suggestion, but is there anyway to add prices to the quick edit screen in a future update?

    #20231
    Bill Robbins
    Moderator

    Good Morning David,

    Hiding them sounds like a much better option. Here’s how to do that:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      li.item p.price {
      	display: none;
      }
      
    3. Update your settings.

    I'll take a look at making the prices editable from the quick edit options.

    Let me know if you have any trouble.

    Thanks,
    Bill

    #20232
    David Hayden
    Participant

    Bill, have I told you lately that you are the best theme designer out there and your themes are the first ones I consider for every new client because of it. Thank you sir. I will not have a dreadful afternoon thanks to you and will dedicate my next cup of coffee to you. 🙂

    #20235
    Bill Robbins
    Moderator

    Thanks David…that just made my day 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Prices’ is closed to new replies.