Question on Hemingway Rewritten theme

  • Unknown's avatar

    Hi,

    I have a couple of questions on tweaking the Hemingway Rewritten theme:

    1. Can I use a picture file (instead of text) for the site-branding?
    2. How can I create an image slider (instead of a static picture) for the site header image.

    Kindly advise. Thank you =)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You should be able to change the text to an image by changing the css under the site-branding class.

    .site-branding {
    background: #1d1d1d;
    display: inline-block;
    padding: 1.7em;
    }

    You will want to do a background image in this style and then hide the text. You can read more about background images at http://www.w3schools.com/cssref/pr_background-image.asp.

    For CSS to hide the site-title class and site-description class it will look something like:

    .site-title, .site-description{
    display: none;
    }

    The image slider might be harder to accomplish it might be possible with an additional plugin.

  • Unknown's avatar

    Dear Cousett,

    Thank you for your help. I’m using the online wordpress. I don’t see a plugin option on the left panel. Any advice?

  • Unknown's avatar

    @lavyrlle, User installed plugins cannot be used at WordPress.com. If you have plugins that you need for your site, you would have to self-host your on WordPress installation using the software from WordPress.org. You can learn more on the differences between WordPress.com and WordPress.org self-hosted sites here: http://en.support.wordpress.com/com-vs-org/ .

  • The topic ‘Question on Hemingway Rewritten theme’ is closed to new replies.