Donation bar

Support Area Forums Live Donation bar

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #12176
    Carlton Zachary
    Participant

    Hi Bill,

    I am trying to hide the donation bar graph with the following CSS code, but I can still see space where the graph covers.

    .donate-graph-holder,
    .donate-end {
    display: none;
    }

    Also, is there a way to replace the graph with text?

    Thank you.

    #12178
    Bill Robbins
    Moderator

    Carlton,

    Good question. You could hide everything but the text in the donation bar with this CSS snippet:

    
    .donate-graph-highlight,
    .donate-graph-base,
    .donate-end {
    	display: none;
    }
    
    #home-widgets .donate-graph-cover {
    	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
    	box-shadow: none !important;
    	background: transparent;
    }
    

    You could also use an action widget. In the lower part of the home page, it has basically the same layout as the donation one, except for the donation bar elements.

    Hope that helps out. Let me know if you have any questions or trouble,
    Bill

    #12183
    Carlton Zachary
    Participant

    Thanks Bill.

    I have another question, although not regarding the donation bar. Not sure, if I should list it as another topic.

    I’ve uploaded my custom logo. The dimensions are 325w x 74h and I noticed the menu to the right is being pushed down. The menu has five items, two of which are social icons for Twitter and Facebook. Is there some CSS that could be adjusted to correct this?

    Thanks

    #12190
    Bill Robbins
    Moderator

    Any chance you could send me a link to where you’re working with the theme so I can take a closer look at your logo for you?

    Thanks,
    Bill

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