theme ballons
-
hola! me gustaría saber como puedo eliminar los globos del tema ballons, he estado leyendo en otros foros y sé que tengo que poner un CSS pero el problema es que no tengo ni idea! he copiado y pegado uno pero no me sale… y una vez que quite los globos(si puedo), ¿en ese espacio vacío podría poner por ejemplo una foto? Me serviría de mucho vuestra ayuda. Gracias
The blog I need help with is: (visible only to logged in users)
-
You will notice that this is an English language forum. Please post to the support forum for your own language. Español (Spanish): http://es.forums.wordpress.com
-
Hi there, if you speak English, the following CSS will remove the balloons.
Here is the short version, which should work in the majority of browsers. There may be a few old browsers that this won’t work in.
div[id^=parallax] { display: none; }The following would work on all browsers.
#parallax-01, #parallax-02, #parallax-03, #parallax-04, #parallax-05, #parallax-06, #parallax-07 { display: none; }To move the content up below the header site title/description, add the following and decrease the bottom margin as desired.
#masthead { margin-bottom: 300px; }With CSS, you can add an image to #masthead with the following CSS. You can adjust the height as needed for the spacing you want. You would create your header image (Balloons has a content width of 660px, so I wouldn’t make the image wider than that), upload it to your media library, get the URL of that image and replace URL_OF_IMAGE between the quote marks in the background declaration below.
#masthead { background: url("URL_OF_IMAGE") no-repeat scroll bottom center; height: 400px; }The above assumes you are wanting to keep the original text title and description above the image.
-
Forgot to include the Google Translation of the original topic for reference.
hello! I would like to know how I can remove theme balloons ballons, I’ve been reading in other forums and I know that I have to put a CSS but the problem is that I have no idea! I copied and pasted one but I get … and once you remove the balloons (if I can), what that empty space could put such a photo? I would much your help. thanks
- The topic ‘theme ballons’ is closed to new replies.