How to change block quotes in Hemingway Rewritten format

  • Unknown's avatar

    Hi,

    I am having a problem editing my block quotes on my Hemingway Rewritten format. I have seen forum posts relating to this but I have little to no experience with CSS. What is the code I need to get rid of the grey box around the quote and where do I put the quote? Before the quote? After?

    Thank you in advance for your help.

    Best,

    Laura Rogalsky

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

  • Unknown's avatar

    Hi Laura,

    The exact CSS you need depends on the specific theme you’re using — it’s a bit different for each theme. For example, this is the CSS you can use to remove the grey box around the quote in the Heminway Rewritten theme:

    blockquote {
    background: none;
    }

    To learn more about how to work with CSS, you can check out our tips for getting started here:

    To get help with CSS and find the specific code needed to make all the changes you mentioned in your theme, please post your questions in the CSS Customization forum. There are expert staff and volunteers in that forum who can help with advanced CSS to get your theme looking just the way you’d like it. :)

  • The topic ‘How to change block quotes in Hemingway Rewritten format’ is closed to new replies.