Balloon Theme
-
Can I get rid of the balloons in the Balloon theme using CSS?
The blog I need help with is: (visible only to logged in users)
-
Sure, but I see you’ve already switched themes. Please let us know if you need any further assistance!
-
Well, I wanted to be sure I could get rid of the balloons before I started using that theme. What is the CSS to get rid of them?
-
You can use the code below. There are 7 balloon images in total, so you’ll have to copy this copy 7 times and replace 01 by 02, 03, and so on.
#balloons-01 { display:none; }
- The topic ‘Balloon Theme’ is closed to new replies.