sela theme
-
Can I adjust header image dimensions ? I’d like to make the height smaller.
The blog I need help with is: (visible only to logged in users)
-
Hello Anna
The easiest was to adjust the header image dimensions is to upload the image in the size you want. Many graphics programs have this capability, i prefer The GIMP. You can also crop the image when you add it, but from your question it looks like you want to use the entire image. You might start with this:
https://en.support.wordpress.com/custom-header-image/i found the following in a reply to a different question here in the forums, you could try this if you are brave and want to try your hand at HTML:
You can replace the Standard post-format icon with your own image on single posts.
Here’s an example:.single .entry-inner:before {
content: ” !important;
}
.single .entry-inner:after {
background-color: rgba(0, 0, 0, 0) !important;
background-image: url(“http://emojipedia-us.s3.amazonaws.com/cache/2d/97/2d97aa86c4e1e91c9cfeb63f64b07701.png”);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
width: 60px;
height: 60px;
}Replace the
background-image
URL with the path to your own image.(Thanks Katherynwp)
Best,
Dave -
- The topic ‘sela theme’ is closed to new replies.