Donation widget progress bar

Support Area Forums Grassroots Donation widget progress bar

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://http://seniorsrising.com
  • Author
    Posts
  • #37201
    Carol Jones
    Participant

    So now that we (the client and I) have chosen this particular theme specifically because of the donate widget that shows the progress bar and the amount raised, the client has now decided they don’t want to show the amount raised or the progress bar.

    Is there any way to eliminate those things from this widget? It is in the footer and also on another page: http://seniorsrising.com/donation/donate/

    Maybe I should use a different widget if there is one? I’m stumped.

    Carol Jones

    #37203
    Bill Robbins
    Moderator

    Hi Carol,

    Sometimes what we’re looking for changes a bit and that’s perfectly fine. You’re welcome to hide the progress graph as well as the goal and raised amount if you’d like. Add this to the Custom CSS box that’s in the Advanced tab of the Theme Options page:

    
    .organizedthemes-campaign-holder {
    	display: none;
    }
    

    That should take out the graph from both the widget and the “product” page view. You might also use this snippet to hide the stock notification as well:

    
    .stock {
    	display: none;
    }
    

    See if that doesn’t do the trick. Let me know if you run into any trouble.

    Take care,
    Bill

    #37211
    Carol Jones
    Participant

    Oh my goodness! Perfect!! You make it seem so easy. Thank you for being so generous and patient and for having all the right answers!!

    Carol

    #37217
    Bill Robbins
    Moderator

    I’m happy to help out Carol 🙂

    Have a great week!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Donation widget progress bar’ is closed to new replies.