Hemmingway

  • Unknown's avatar

    Hi, I have the new Hemmingway theme, how do I ‘get rid’ of the box and center the text to the left and custom make it?

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

  • Unknown's avatar

    I need to change colour of the box that is is not grey and dark.

  • Unknown's avatar

    Hi there!

    how do I ‘get rid’ of the box

    You can do this using this code:

    .site-branding {
    	background: none;
    }

    center the text to the left

    I’m not sure exactly what you mean here. do you want to center your content? That’s a little bit more involved than I can help you with. But someone over in the CSS forums may be able to point you in the right direction!

    https://en.forums.wordpress.com/forum/css-customization

    and custom make it

    I’m not sure what you want to make custom here. Can you tell me more about what you’re trying to do?

    I need to change colour of the box that is is not grey and dark.

    You can do this with the same code I gave you above, but instead of “none” enter a color like this:

    .site-branding {
    	background: #00C90D;
    }

    Let me know if I can help with anything else!

  • The topic ‘Hemmingway’ is closed to new replies.