Add image above page title in Reddle theme
-
Is it possible to add an image between my Reddle banner and the page title? I would like to delete the space above each page title and then add an image file of a tag line.
Thank you
The blog I need help with is trishpratt.com.
The blog I need help with is: (visible only to logged in users)
-
Hi,
Yes, this is possible. Here’s the code you can use, using the image on your banner as an example:
nav#access { margin-bottom: 0; } #main { background: url('http://trishpratt.files.wordpress.com/2013/08/tp-final2-reddle-wp-banner-grid-theme-venture-colors.png') left top no-repeat; overflow: hidden; padding-top: 300px; }You will need to alter a few things here.
- Upload the image you want to use, then get its URL. Use that URL to replace the URL within the url(…) part in the background parameter.
- The padding-top value will need to be changed to something close to the height of the real image to use. So if your tag line image is 100 pixels high, replace the 300px to 100px (or something around that value, if you want to play around with the spacing).
-
- The topic ‘Add image above page title in Reddle theme’ is closed to new replies.