make main pic smaller
-
I have the option to upload a picture using the forever theme under my blog title but I want it smaller. How can I adjust just the picture size?
The blog I need help with is: (visible only to logged in users)
-
-
This would be a starting point for the header image. You would create your image, upload it to the media library, get the URL of that image and then replace URL_OF_IMAGE between the quote marks with that URL. I just used a random image height of around 100px for this and depending on the height of your image, the “height” may need to be adjusted.
#masthead { background: url("URL_OF_IMAGE") no-repeat scroll center 150px rgba(0, 0, 0, 0); height: 300px; position: relative; } #access { bottom: 0; position: absolute; }To make the title bold, add the following.
#site-title { font-weight: bold; } -
-
- The topic ‘make main pic smaller’ is closed to new replies.